Hi,  I just noticed that I'm able to build pygtk-2.0.0 perfectly
fine using vc6 with:

     python setup.py build

but if I try to use the mingw compiler it fails:

     python setup.py build --compiler=mingw32

When it fails, it reports may unresolved references.  This happens
during linking with -shared.  My best guess is because the
distutils makes a .defs file with just:

     LIBRARY gobject.pyd
     EXPORTS
     initgobject

and no imports.

Is this a known problem?  Is there any workaround (like newer
distutils or something)?

[The reason I ask is I have another package with similar problems
that I cant use vc6 with.]

Tim N.
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to