On Jan 12, 2008 3:31 AM, Kevin Goodspeed <[EMAIL PROTECTED]> wrote: > I installed PyGTK, PyGObject, and PyCairo, but when I open Python and > enter "import gtk", it says "The application has failed to start > because libglib-2.0-0.dll was not found. Re-installing the > application may fix this problem." Re-installing Python didn't do > anything. What do I need to do so Python can find libglib? > Modify/create a system variable?
The pygtk runtime is not finding the gtk+ (glib in this case) runtime, depending on what you have installed it should be just a matter of adding the path to your environment variables. cheers -- Gian Mario Tagliaretti _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
