ANN: pyMinGW support for Python 2.3.5 (final) is available

N

Nick Craig-Wood

A.B. said:
This is to inform those interested in compiling Python in MinGW that
an updated version of pyMinGW is now available.

Ha anyone tried cross compiling python with mingw? At work we compile
our software for lots of platforms (including windows) on a linux
build host. The windows builds are done with a mingw cross compiler.
It would be interesting if we could do this with python + extensions
also.
 
S

Simon John

[snip]
Ha anyone tried cross compiling python with mingw? At work we compile
our software for lots of platforms (including windows) on a linux
build host. The windows builds are done with a mingw cross compiler.
It would be interesting if we could do this with python + extensions
also.

Yes, I was thinking of setting up a cross-compiling system, but why
would you use mingw instead of just gcc on Linux? Only cross-compiling
I've ever done is on RISC OS.

I use VMWare to accomplish a similar goal though, compiling stuff for
old 64Mb P233's running RedHat7 is a lot faster when done on a
1Gb/2.5GHz VMWare machine!

I just finished compiling Qt/PyQt/QScintilla/SIP for Python 2.4 using
MinGW on Windows, and can say that MSVC6 was at least twice as fast,
and required less patching to get it working, plus it's one less DLL
and the binaries are about 20% smaller. I also can't seem to get PyQt
apps working on Win98SE when using the MinGW build (2000 and XP work
fine).

Maybe I'll fork out the 100usd for Visual Studio .NET 2003 after all....
 
N

Nick Craig-Wood

Simon John said:
[snip]
Ha anyone tried cross compiling python with mingw? At work we compile
our software for lots of platforms (including windows) on a linux
build host. The windows builds are done with a mingw cross compiler.
It would be interesting if we could do this with python + extensions
also.

Yes, I was thinking of setting up a cross-compiling system, but why
would you use mingw instead of just gcc on Linux?

....because we cross-compile for Windows under linux.

The linux builds are done with plain gcc of course.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,681
Members
48,796
Latest member
Greg L.

Latest Threads

Top