Re: [C++-sig] Set Path to Standard Modules

2008-11-16 Thread Renji Panicker
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

[C++-sig] Set Path to Standard Modules

2008-11-15 Thread Brian Dawn
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