Re: Compiling Python on Windows : how to deal with modules ?

2009-05-12 Thread r2d3
Hi all, after some investigation, I managed to find how to do this "manually". I post it here if it could help others... 1) on windows, mostly all the dynamic libraries (time, socket, ...) are statically linked into python26.dll 2) all the modules are located in lib/ and some .pyd (in fact rename

Compiling Python on Windows : how to deal with modules ?

2009-05-11 Thread r2d3
Hi Pythoners, I am using Python embedded in my application (OSX,Windows) and I need to distribute Python as part of my application. On OSX, no problem, I got a self contained framework (with dynamic library and all the modules). On Windows, I manage to compile Python 2.6.2 with PCbuild\build.bat