View Single Post
Posts: 22 | Thanked: 19 times | Joined on Nov 2009
#392
I just installed alarmed on my brand new n900 (love warranty ), it doesn't work.

Code:
env: python: No such file or directory
Im guessing this is because there is no command python on my device, however there is python2.5, Im guessing you only need to modify the first line in alarmed_gui.py, and Im going to try that in a second

Perhaps installing the real version of python and not the minimal will fix it, however atm it depends on the minimal one.

Edit: I seem to have been right, just changing the first line to
Code:
#!/usr/bin/env python2.5
made it possible to start it

Last edited by ecksun; 2011-01-29 at 01:06.