* Daniel Fetchinson (Sat, 12 Sep 2009 12:54:03 -0700) > > > the reason I like strawberry perl is that I don't need to have admin right > > to install it. i can just unzip it and start the game. > > i am wondering if there is something similar in python community. > > > > any insight will be appreciated! > > As far as I remember there are python installations on USB sticks > which you can run without any privileges. > > http://www.portablepython.com/
Any Python runs without privileges. For some actions (like installing new packages) you need to have the appropriate keys in HKCU. But this is not required to run Python. Thorsten -- http://mail.python.org/mailman/listinfo/python-list
