View Single Post
Posts: 14 | Thanked: 1 time | Joined on Dec 2007 @ Germany
#24
Originally Posted by nikosapi View Post
Could you do me a favour and have a look to see if you have a file named /etc/osso_software_version ?

Open a terminal and type:
Code:
ls -l /etc/osso_software_version
This is the way we determine if the application is running on maemo and it seems that in your case it's trying to build the non-maemo gui.

If that file doesn't exist try creating it (as root):
Code:
touch /etc/osso_software_version
Then try running panucci again.

Thanks for the report,

nick
Indeed that file did not exist. Not sure why... Now I run into the next issue:

~ $ panucci
Traceback (most recent call last):
File "/usr/bin/panucci", line 29, in <module>
panucci.run(filename=filename, debug=debug)
File "/usr/lib/python2.5/site-packages/panucci/panucci.py", line 965, in run
GTK_Main(bus_name, filename)
File "/usr/lib/python2.5/site-packages/panucci/panucci.py", line 296, in __init__
self.make_main_window()
File "/usr/lib/python2.5/site-packages/panucci/panucci.py", line 341, in make_main_window
window.set_menu(self.create_menu())
File "/usr/lib/python2.5/site-packages/panucci/panucci.py", line 486, in create_menu
menu_settings_lock_progress.set_active(self.lock_p rogress)
TypeError: an integer is required
~ $

Am I the only one where this doesn't work?

regards,
Frank