CodeAtlasSublime icon indicating copy to clipboard operation
CodeAtlasSublime copied to clipboard

linux or osx or xp support

Open vchong opened this issue 7 years ago • 6 comments

Hi,

The instructions only seem to support Windows installation. Do you have support for Linux or OS X?

Thanks!

vchong avatar Feb 23 '18 06:02 vchong

Windows XP doesn't work either. :(

vchong avatar Feb 23 '18 06:02 vchong

After clicking 'Start Atlas', nothing happens on os x (maybe expected since there's no understand.pyd file on os x version of Understand). On xp, see a Dos window appear and disappear quickly, but nothing else after that.

vchong avatar Feb 23 '18 06:02 vchong

@vchong You are right. Linux and mac aren't supported because understand doesn't has such versions.

For xp, you can try to run main.py manually. If you succeed, then check codeView.bat. The overall invocation chain is sublime -> codeView.bat -> main.py. I think there is something wrong in this chain.

league1991 avatar Mar 14 '18 11:03 league1991

@league1991 Thanks very much for your support!

Linux and mac aren't supported because understand doesn't has such versions.

? There are Linux and mac versions of understand tool. https://scitools.com/download/archive

I replaced xp with win7 for now. Will try your suggestion if use xp again. Thanks!

vchong avatar Mar 14 '18 14:03 vchong

For xp, you can try to run main.py manually.

So clicking on 'Start Atlas' didn't work, but running main.py manually works! Thanks!

Since there are Linux and mac versions of understand tool, do you think you'll support Linux and mac in the future?

vchong avatar Mar 15 '18 06:03 vchong

@vchong Oh, I didn't find that link before. Theoretically, linux or mac can be supported if understand also provides python API in these platforms. The difficulty is that I have to find a pyqt whose python version is compatible with understand's python API. I will try to do that if I have time and tell you when done.

league1991 avatar Mar 16 '18 01:03 league1991