Where is python31.dll?
Christian Heimes
lists at cheimes.de
Wed May 5 14:40:16 EDT 2010
Am 05.05.2010 19:26, schrieb Pietro Campesato:
> Hi,
> recently I've been wondering how to roll my own portable python 3.1
> (since there seems to be no portable app specifically for this
> version). Thinking you can just copy your install folder (+ python's
> dll), I've noticed that there seems to be no python31.dll in my
> systems folder (c:\windows\system32\).
>
> I cannot find the dll inside the python installation folder either.
> Another reason I'm asking is because what I've found on the net so far
> tells you to look for this dll specifically. Am I missing something?
It's trivial to roll your own portable bundle of Python that doesn't
installation. All you need is an installation "for me" instead of an
installation for all users. When you install Python just for the current
user all necessary files land in the installation directory -- including
the main dll and msvcrt stuff. Note that some features like COM and
Windows Services require some dependencies in the system32 directory.
Christian
More information about the Python-list
mailing list