[pygtk] PyGUI 2.0 setup.py fixes

Greg Ewing greg.ewing at canterbury.ac.nz
Sun Apr 12 08:02:14 WST 2009


francesco at promotux.it wrote:

> error: package directory 'Gtk' does not exist

Smeg, there's a bug in the installer. I'll release
a fix soon. In the meantime, try replacing the
following line in setup.py:

   packages.append("Gtk")

with

   packages.append("GUI.Gtk")

I've also noticed another problem that could affect
Windows installations. If anyone is having trouble
installing on Windows, try copying the __init__.py
file from GUI/Gtk to GUI/Win32.

-- 
Greg




More information about the pygtk mailing list