Then <[EMAIL PROTECTED]> spoke up and said:
> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020311
> >What's a .pyd?  Also, there doesn't seem to be a Makefile rule for the
> >creation of _gtk.py*.  Perhaps this is my problem?
> >
> For some reason, with the windows version of python, they sometimes 
> rename the dll extension modules to the extension .pyd (they are still 
> dlls).
> 
> The pygtk build should build and install a shared library called 
> _gtkmodule.dll.  Does htis build okay on cygwin?

Hrm.  It seems to only be building .a files, not .dll (or .pyd, or
anything else).

> It is possible that the problem you are seeing is that the GTK.py file 
> overwrote the gtk.py file when unpacking the tarball.  This problem has 
> been fixed on the development branch, but remains broken on the stable 
> branch (renaming the module would break compatibility).

This is definitely what happened!  For my own installation (where I
don't use GTK.py), I've now renamed GTK.py to GTK_.py (and updated the
references).  Now to convince it to build the .dll.

Attachment: msg03756/pgp00000.pgp
Description: PGP signature

Reply via email to