Re: install.py error



Anatolie Cernii wrote:

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.

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.

Ryan



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]