Thread
:
Porting a python app and already out of my depth :-)
View Single Post
cferrism
2010-08-09 , 17:33
Posts: 105 | Thanked: 143 times | Joined on Nov 2009
#
5
Nope
Instaled the Maemo-Python-Device development enviroment finally (after a dependency nightmare caused by another app), which I assume gives me pymaemo as it was the only one I could find and still complaining about the GTK.Glade statement. Seems to be the only part so far that it doesnt like which suprised me as if I comment it out it gets down to the xml glade statement before it falls over again. Pasted the first part of the code here in case anyone can tell me what I am missing (epage, cheers for the link to your source. defo useful)
#!/usr/bin/python
import ConfigParser
from ConfigParser import NoOptionError
import os
import os.path
import re
import threading
import time
import urllib2
import pygtk
pygtk.require("2.0")
import gtk
# import gtk.glade
import gnome
import gobject
Quote & Reply
|
cferrism
View Public Profile
Send a private message to cferrism
Find all posts by cferrism