[pygtk] pygtk.glade import problem
Yann Leboulanger
asterix at lagaule.org
Fri Apr 30 22:44:17 WST 2010
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
More information about the pygtk
mailing list