BenjV / autosub

35 stars 8 forks source link

Installing on a Mac #15

Closed TonVH closed 7 years ago

TonVH commented 7 years ago

In the past I installed it on a Mac and it worked after also installing Cheetah.

So now I am trying to get it working on a different Mac and it won't work. I get the following error messages:

iMac:autosub-master tonio$ /#Downloads/autosub-master/AutoSub.py /#Downloads/autosub-master/AutoSub.py: line 1: import: command not found /#Downloads/autosub-master/AutoSub.py: line 2: import: command not found /#Downloads/autosub-master/AutoSub.py: line 3: import: command not found /#Downloads/autosub-master/AutoSub.py: line 4: import: command not found /#Downloads/autosub-master/AutoSub.py: line 5: import: command not found /#Downloads/autosub-master/AutoSub.py: line 6: import: command not found /#Downloads/autosub-master/AutoSub.py: line 7: import: command not found from: can't read /var/mail/uuid /#Downloads/autosub-master/AutoSub.py: line 11: syntax error near unexpected token (' /#Downloads/autosub-master/AutoSub.py: line 11:base_path = os.path.dirname(os.path.abspath(file))'

Any suggestions where to look?

BenjV commented 7 years ago

He cannot find some modules. The startup directory is most likely wrong or your missing modules. You have to start from je location were autosub is located.

Also he cannot find the python libraries, so the path to those is missing.