On Apr 30, Davide Alberani <[EMAIL PROTECTED]> wrote: > I'll try to learn what I've to do to compile C modules with cygwin > for Python 2.5, but don't hold your breath in the wait... ;-)
It was easier than expected; with the already installed mingw compiler, I've just created a file named "distutils.cfg" in C:\Python25\Lib\distutils, containing: [build] compiler = mingw32 After that: C:\Python25\python.exe setup.py bdist_wininst It worked! I put the package, temporarily, here: http://imdbpy.sf.net/IMDbPY-3.5.win32-py2.5.exe Try it: if it works for you, I'll release it. Thanks, -- Davide Alberani <[EMAIL PROTECTED]> [PGP KeyID: 0x465BFD47] http://erlug.linux.it/~da/ ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Imdbpy-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/imdbpy-devel

