You could put them in a sub-dir called "Lib" inside the dir where your exe is.
-/renji
2008/11/16 Brian Dawn <[EMAIL PROTECTED]>:
> Hello everyone!
>
> I am currently embedding python, and I would like to distribute the Python
> Standard Modules with my application, in the event that the end user
Hello everyone!
I am currently embedding python, and I would like to distribute the Python
Standard Modules with my application, in the event that the end user does not
have python installed. I have found that I can put the modules inside the
directory with my exe and it will find them, but tha