So I decided to start this whole thing over, since I went down the
wrong path before. I uninstalled pygtk, but kept pycairo 1.8.6 and
pygobject 2.20.0. Then I brought up a mingw console and followed the
win32 build instructions[1].
I get this error:
$ python setup.py build --compiler=mingw32 --enable-threading
--yes-i-know-its-not-supported bdist_wininst
Traceback (most recent call last):
File "setup.py", line 22, in <module>
from dsextras import get_m4_define, getoutput, have_pkgconfig, \
ImportError: No module named dsextras
AFAIK, this is part of pygtk... so do I need PyGTK already installed
to build a new PyGTK? Or have a missed something?
- Jason
[1] http://git.gnome.org/browse/pygtk/tree/README.win32
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/