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

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

2009-05-12 Thread r2d3
oint to python26.zip + the place where I store the .pyd. I will solve the "user want to add other module" later using PYTHONPATH or allowing the user to add python path through our GUI. Best regards. On 11 mai, 10:49, r2d3 wrote: > I am using Python embedded in my application (OSX,Wi