Compile python with Mingw

Steve Holden steve at holdenweb.com
Fri Jul 27 07:52:09 EDT 2007


Ninereeds wrote:
> fdu.xiaojf at gmail.com wrote:
> 
>> I don't have VS2003, so I think I may compile both pymol
>> and python with mingw.
> 
> Sorry I can't help with mingw, but Microsoft has released a free
> version of VC2005, which should be binary compatible with VC2003, I'd
> have thought. Of course that means going through the Windows
> validation, and the downloads pretty big, plus you may need the
> platform SDK too.
> 
You are wrong about the compatibility. You can't compile a library with 
VC 2005 and run it with a Python compiled with VC 2003.

http://www.z3lab.org/sections/blogs/philipp-weitershausen/2007_07_26_cheap-binary-windows

gives some information about compiling Zope packages with C extensions 
in them using Mingw, this may help the OP.

regards
  Steve
-- 
Steve Holden        +1 571 484 6266   +1 800 494 3119
Holden Web LLC/Ltd           http://www.holdenweb.com
Skype: holdenweb      http://del.icio.us/steve.holden
--------------- Asciimercial ------------------
Get on the web: Blog, lens and tag the Internet
Many services currently offer free registration
----------- Thank You for Reading -------------




More information about the Python-list mailing list