Re: embedded python pythonpath

2008-03-26 Thread Furkan Kuru
On Wed, Mar 26, 2008 at 3:49 AM, Gabriel Genellina [EMAIL PROTECTED] wrote: En Tue, 25 Mar 2008 22:22:41 -0300, Furkan Kuru [EMAIL PROTECTED] escribió: On 3/26/08, Gabriel Genellina [EMAIL PROTECTED] wrote: En Tue, 25 Mar 2008 20:38:39 -0300, Furkan Kuru [EMAIL PROTECTED] escribió:

embedded python pythonpath

2008-03-25 Thread Furkan Kuru
Hello, It is somehow related with c++ and python. I've tried below code (Setting pythonpath environment variable) and then initialize python interpreter but the embedded python interpreter did not get the newly assigned PYTHONPATH. I ve looked at the sys.path in python code (that is run by the

Re: embedded python pythonpath

2008-03-25 Thread Gabriel Genellina
Furkan Kuru furkankuru at gmail.com writes: I've tried below code (Setting pythonpath environment variable) and then initialize python interpreter but the embedded python interpreter did not get the newly assigned PYTHONPATH. I ve looked at the sys.path in python code (that is run by the

Re: embedded python pythonpath

2008-03-25 Thread Furkan Kuru
Actually, I do not want any .py or .pyc files around my executable. (including userdict, sys, site etc) I want to have just single zip file for all python files. I had a look at py2exe source codes but could not figure out how it just looks into a zip file. So maybe I have to compile the svn

Re: embedded python pythonpath

2008-03-25 Thread Gabriel Genellina
En Tue, 25 Mar 2008 20:38:39 -0300, Furkan Kuru [EMAIL PROTECTED] escribió: Actually, I do not want any .py or .pyc files around my executable. (including userdict, sys, site etc) I want to have just single zip file for all python files. Putting all of them into pythonNN.zip (NN depending

Re: embedded python pythonpath

2008-03-25 Thread Furkan Kuru
On 3/26/08, Gabriel Genellina [EMAIL PROTECTED] wrote: En Tue, 25 Mar 2008 20:38:39 -0300, Furkan Kuru [EMAIL PROTECTED] escribió: Actually, I do not want any .py or .pyc files around my executable. (including userdict, sys, site etc) I want to have just single zip file for all python

Re: embedded python pythonpath

2008-03-25 Thread Gabriel Genellina
En Tue, 25 Mar 2008 22:22:41 -0300, Furkan Kuru [EMAIL PROTECTED] escribió: On 3/26/08, Gabriel Genellina [EMAIL PROTECTED] wrote: En Tue, 25 Mar 2008 20:38:39 -0300, Furkan Kuru [EMAIL PROTECTED] escribió: Actually, I do not want any .py or .pyc files around my executable. (including