Importing modules on portable python

Posted by PPTim on Stack Overflow See other posts from Stack Overflow or by PPTim
Published on 2010-04-30T17:48:51Z Indexed on 2010/04/30 17:57 UTC
Read the original article Hit count: 509

Filed under:
|
|

Hi,

I am running PortablePython_1.1_py2.6.1 on a USB stick. My code relies on some modules that are not preinstalled. Does anyone know whether it is possible to add new modules to a portable python installation? Simply copying in folders into site-lib does not seem to work.

© Stack Overflow or respective owner

Related posts about portable-python

Related posts about python