Anatolie Cernii wrote:
You need to execute install.py with your Python interpreter. Usually, this means running ./install.py or python install.py . I am not sure if running it with sh should work (I've never done it), because I am not entirely up to date with the installer on Linux (I handle Windows), but ./install.py or python install.py should do the trick for you.toli 1[divifund-0 62]$ sh install.py install.py: line 7: syntax error near unexpected token `sys.argv' install.py: line 7: `if len(sys.argv) > 0 :' I'm not a programmer so I have no idea how to fix this.
Ryan