[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
_______________________________________________
python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32