embedded python pythonpath

Furkan Kuru furkankuru at gmail.com
Wed Mar 26 07:13:17 EDT 2008


On Wed, Mar 26, 2008 at 3:49 AM, Gabriel Genellina <gagsl-py2 at yahoo.com.ar>
wrote:

> En Tue, 25 Mar 2008 22:22:41 -0300, Furkan Kuru <furkankuru at gmail.com>
> escribió:
>
> > On 3/26/08, Gabriel Genellina <gagsl-py2 at yahoo.com.ar> wrote:
> >
> >> En Tue, 25 Mar 2008 20:38:39 -0300, Furkan Kuru <furkankuru at gmail.com>
> >> 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 on the Python
> >> version
> >> in use) should be enough, but I've never tried it.
> >  I had already tried putting all of them into pythonNN.zip but I had to
> > copy it to the place
> > where sys.path points in my case it was windows\system32\python25.zip
>
> It should be in the same directory as python25.dll; you don't have to use
> windows\system32 if you copy python25.dll to your application directory.
>


I did not know that. Ok, I tried and it works!

Thank you,

-- 
Furkan Kuru
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080326/771c4c62/attachment-0001.html>


More information about the Python-list mailing list