View Single Post
Posts: 245 | Thanked: 25 times | Joined on Apr 2007
#1
I'm trying to get PyGPS to run on the tablet, and, after conquering the first obstacle by declaring "coding=utf-8" as line 2 of the pygps file, I run into the following error.

Code:
 File "pygps", line 7, in <module>
    import GDK
ImportError: No module named GDK
Is there a python-GDK module available for maemo? Google's not turning up anything, and apt-cache search on the vmware maemo appliance only turns up "python-gdk-imlib-1.2" Any ideas where the python GDK classes live?