Re: Movable Python or ActivePython

2010-05-07 Thread balzer
wrote in message news:mailman.2732.1273237281.23598.python-l...@python.org... Balzer, I took a look at the zip version of ActiveState's Python. There's a related thread in on this mailing list where I asked if the zip files are missing the Microsoft VC runtime files required by

Re: Movable Python or ActivePython

2010-05-07 Thread balzer
"Sridhar Ratnakumar" wrote in message news:mailman.2638.1273083585.23598.python-l...@python.org... On 2010-05-05, at 5:47 AM, balzer wrote: I want Python pack that can run without being installed, mostly for testing programs. As I read, Movable Python can run without being ins

ActivePython - how to configure portable framework?

2010-05-07 Thread balzer
I downloaded ActivePython-2.6.5.12-win32-x86.zip, it contains two folders and 3 files: SystemFolder INSTALLDIR sh2.py install.bat _install.py Anyone know how to configure this Python environment as "portable application" to work with it without installation, to set a fully-functional Python

Movable Python or ActivePython

2010-05-05 Thread balzer
I want Python pack that can run without being installed, mostly for testing programs. As I read, Movable Python can run without being installed. It needs no registry entries and knows the path to all the dlls (system or otherwise) that it uses. Whats about ActivePython http://www.activestate.com

Portable Python

2010-05-05 Thread balzer
Is there any difference in functionality between standard Python pack and portable Python? Why standard Python pack installation requires reboot after installation? Can portable Python used from hard drive folder? -- http://mail.python.org/mailman/listinfo/python-list