Re: building extensions: ming & python mathlink for win32

2005-01-20 Thread Jack Diederich
On Thu, Jan 20, 2005 at 08:38:35PM +0100, Jelle Feringa // EZCT / Paris wrote: > Have been trying to build python extensions from the C libs ming & mathlink. > Same thing goes for Ming (c lib for compiling flas .swf files), such a pity > no disutils script is included in this very powerful library!

Re: building extensions: ming & python mathlink for win32

2005-01-20 Thread Fredrik Lundh
Jelle Feringa wrote: > What struck me while trying to compile is that instead of the Active Python > 2.4 version I was running I downloaded and installed the python.org version > (as recommended by Fletcher), and while launching it, I stated > > ActivePython 2.4 Build 243 (ActiveState Corp.) based

building extensions: ming & python mathlink for win32

2005-01-20 Thread Jelle Feringa // EZCT / Paris
Have been trying to build python extensions from the C libs ming & mathlink. I have been able to produce a .pyd object after studying Mike Fletchers excellent: http://www.vrplumber.com/programming/mstoolkit/   which is a terrific tutorial for anyone trying to compile .pyd on win32!