On 04/30/2010 04:28 PM, Krisztian Buza wrote: > Dear Colleagues, > > I am new with Python. I have installed Python (version 2.6), PyGTK and > Glade (http://ftp.gnome.org/pub/GNOME/binaries/win32/glade3/) under > Windows. > > The > > "import pygtk" > > command works nice (i.e. without error message), but > > "import pygtk.glade" > > does not seem to work: I get this error message: > > "No module named glade". > > I tried to add the glade-directories to the path: > C:\Program Files\Glade\lib\glade3\modules;C:\Program Files\Glade\bin; > > May be, I did not add the right glade directories? > > Could anyone help me? > > Thank you very much in advance, >
Maybe you forgot to install python-glade2? -- Yann _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
