On Fri, Jul 2, 2010 at 2:54 PM, Jason Heeris <jason.hee...@gmail.com> wrote:
> 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?

dsextras lives in PyGObject, which you must have installed first.

John

>
> - Jason
>
> [1] http://git.gnome.org/browse/pygtk/tree/README.win32
> _______________________________________________
> pygtk mailing list   pygtk@daa.com.au
> http://www.daa.com.au/mailman/listinfo/pygtk
> Read the PyGTK FAQ: http://faq.pygtk.org/
>
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to