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
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