Re: using python2.6 on windows without installation

2010-05-03 Thread Mirko Vogt
Thanks a lot for all your solutions! Tried installing it "just for the current user" as suggested by Christian and it works like a charme, so there seems to be no need for another python distribution in this case. Thanks a lot once again! mirko On Fri, 2010-04-30 at 01:34 +0200, Christian Heime

Re: using python2.6 on windows without installation

2010-04-29 Thread Christian Heimes
Mirko Vogt wrote: Hey, is there a way to use python2.6 without having used the installation routine? When I install python2.6 and copy over the python-directory (C:\programs \python2.6) to another windows host and trying to execute python.exe there, I get an error that python26.dll could not be

Re: using python2.6 on windows without installation

2010-04-29 Thread John Yeung
On Apr 29, 4:32 pm, Terry Reedy wrote: > > Try Movable Python - The Portable Python Distribution. > www.voidspace.org.uk/python/movpy/ You could also try Portable Python, which is somewhat newer and has 2.5, 2.6, and 3.0: http://www.portablepython.com/ John -- http://mail.python.org/mailman/

Re: using python2.6 on windows without installation

2010-04-29 Thread Terry Reedy
On 4/29/2010 11:25 AM, Mirko Vogt wrote: Hey, is there a way to use python2.6 without having used the installation routine? When I install python2.6 and copy over the python-directory (C:\programs \python2.6) to another windows host and trying to execute python.exe there, I get an error that py

Re: using python2.6 on windows without installation

2010-04-29 Thread Miki
> Is it possible to include python26.dll in the application folder or tell > python not to look in C:\windows\system32 for its library? The needed DLLs should be in the PATH. The simplest way is to place all the required DLLs next to the python executable. You can use http://www.dependencywalker.

using python2.6 on windows without installation

2010-04-29 Thread Mirko Vogt
Hey, is there a way to use python2.6 without having used the installation routine? When I install python2.6 and copy over the python-directory (C:\programs \python2.6) to another windows host and trying to execute python.exe there, I get an error that python26.dll could not be found. On the host