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]
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 executabl
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 a
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 dependi
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 vers
Furkan Kuru 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 embedded
int
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 emb