View Single Post
Posts: 56 | Thanked: 11 times | Joined on Jan 2010
#393
Originally Posted by ecksun View Post
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

how did you do that? i cn edit the file using midnight commander, but i can't save the file as i dont know how to become root in midnight commander..

if i open xterm and become root, then open MC it still doesn't work.

also i can type root in MC which gives me an xterm kind of field. but then i can't open the file... very annoying.. so how did you do it?