Re: [pygtk] cannot import glib in python shell

2009-12-23 Thread John Stowers
> > I think ideally what I'm requesting is to have the mingw/python/gtk > environments to be harmonized. I'm close. I can do the following: > python > import sys > import gtk > blah = gtk.Window(0) > blah.show() > , but when I do > import glib > ERROR!!! > if I cd to a certain dir in glib sourc

Re: [gtk-win32] cannot import glib in python shell

2009-12-23 Thread Tor Lillqvist
> , but when I do > import glib > ERROR!!! My Python knowledge is next to nil. You might get more help on some Python-specific list. Or even a pygtk-specific list. > if I cd to a certain dir in glib sources, there were two .py files, Wrong approach. And anyway, I find four .py files in current G

cannot import glib in python shell

2009-12-23 Thread uticdmarceau2...@yahoo.ca
Hello everyone, I'm trying to document a recipe to get the anomos python sources running on winxp Pentium3 laptop. I've installed the latest 2.6 python/mingw/msys/gtk and related binaries(glib, etc...) This link has all the information about running anomos python sources on a linux box: http://a