Hello, On 11/30/2010 3:54 AM, Dieter Verfaillie wrote: > set PATH=C:\gtk_bundle\bin\%PATH% > python -v -c "import gtk"
Did this and the error still occurred. However, I just noticed: there's no semicolon before %PATH%. Probably if I added that it'd work. Anyway, after trying the above, the next thing I tried was to adjust my system path. Setting C:\gtk_bundle\bin\ as the first entry seemed to solve the problem. It does work now. Excellent; very nice catch. Thanks for your patient assistance. - Paul _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
