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

2009-05-12 Thread r2d3
+ 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 david.geldre...@free.fr wrote: I am using Python embedded in my application (OSX,Windows) and I need

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