PDA

View Full Version : Are there different versions of python?


MadMan2k
02-06-2008, 01:27 PM
I just released a new version of my music player and people started to show up where:

* "import gnome.gconf" does not work, although python2.5-gnome is installed
* "gtk.set_application_name()" is not available

how can that be? Both errors do not necessarily occur simultaneously. System is IT OS2008.

The original Thread for reference:
http://www.internettablettalk.com/forums/showthread.php?t=13792&page=5

linux_author
02-06-2008, 01:37 PM
IANAPH (i am not a Python hacker), but IIRC, there are various modules for Python on Maemo... pygtk may be necessary?

the latest version of Python for Maemo AFAIK is 2.5.1, although there are older versions in other repos (2.4)...

hth!

MadMan2k
02-06-2008, 02:00 PM
all necessary modules are installed - they just behave differently...
edit:
...because they are outdated versions!

cripes
02-07-2008, 12:39 AM
gtk.set_application_name was missing from the initial python2.5 release for OS2008. it is in the latest version.