[email protected] 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
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/