![]() |
2011-01-28
, 05:29
|
Posts: 123 |
Thanked: 99 times |
Joined on Sep 2010
@ Russia
|
#391
|
![]() |
2011-01-29
, 01:04
|
Posts: 22 |
Thanked: 19 times |
Joined on Nov 2009
|
#392
|
env: python: No such file or directory
#!/usr/bin/env python2.5
![]() |
2011-01-30
, 16:57
|
Posts: 56 |
Thanked: 11 times |
Joined on Jan 2010
|
#393
|
I just installed alarmed on my brand new n900 (love warranty), it doesn't work.
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 secondCode:env: python: No such file or directory
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
made it possible to start itCode:#!/usr/bin/env python2.5
![]() |
2011-01-30
, 17:37
|
Posts: 270 |
Thanked: 37 times |
Joined on Sep 2010
|
#394
|
![]() |
2011-01-31
, 11:34
|
Posts: 123 |
Thanked: 99 times |
Joined on Sep 2010
@ Russia
|
#395
|
thank you very much but why I have to overwrite my files? is it a bug of alarmed?
thanks
edit: I found two folders
home/opt/alarmed and
/opt/alarmed
what is the one that I have to overwrite?
I try the second one but doesn't work, I touch the icon but the program doesn't start
[1|user@Nokia-N900|~]mount | grep /home/opt /home/opt on /opt type none (bind)
![]() |
2011-01-31
, 14:28
|
Posts: 270 |
Thanked: 37 times |
Joined on Sep 2010
|
#396
|
[1|user@Nokia-N900|~]mount | grep /home/opt /home/opt on /opt type none (bind)
![]() |
2011-01-31
, 15:42
|
Posts: 270 |
Thanked: 37 times |
Joined on Sep 2010
|
#397
|
![]() |
2011-01-31
, 19:44
|
Posts: 123 |
Thanked: 99 times |
Joined on Sep 2010
@ Russia
|
#398
|
![]() |
2011-01-31
, 19:48
|
Posts: 270 |
Thanked: 37 times |
Joined on Sep 2010
|
#399
|
I described my patch earlier in this thread http://talk.maemo.org/showpost.php?p...&postcount=378
Your bugs is 1st and 3rd TODOs in that post, but I didn't fix them yet.
About messages in terminal - I think something with your theme, but it seems to be only warnings, not errors.
About /opt and /home/opt - code is a proof of that /opt and /home/opt are the same
![]() |
2011-01-31
, 20:05
|
Posts: 123 |
Thanked: 99 times |
Joined on Sep 2010
@ Russia
|
#400
|