Hi again,
I have given up on installing pygtk2.0 on linux for now, i have to
upgrade my mandrake install anyway, then I will try again. Now I have an
issue with installing pygtk2.0 with gtk on my windows 2000 partition:
Here is what I have installed:
installed python23
installed pygtk2.0
installed GTK+-Development-Environment-2.2.0.1.exe in C:\GTK
added C:\GTK\lib and C:\GTK\bin to the path
For a test i ran:
import pygtk
pygtk.require('2.0')
import gtk
At this point i get a system error telling me that the dynamic link
ibrary libglib-2.0-0.dll could not be found on my path. This makes sense
since there IS no file libglib-2.0-0.dll in the GTK install, only a file
called libglib-2.0.dll.a
What is going on? What have I done wrong?
Any help would be appreciated greatly!
katrin
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/