Hello, I am new to Python and I do not have root access on the machine I am using. Here is what I am attempting and the resulting error message (all initial commands complete successfully so I have not posted the output):
$ cd ~ $ wget http://peak.telecommunity.com/dist/virtual-python.py $ mkdir local $ mkdir local/python $ python virtual-python.py --prefix=~/local/python/ $ wget http://peak.telecommunity.com/dist/ez_setup.py $ local/python/bin/python ez_setup.py $ local/python/bin/python tgsetup.py TurboGears Installer Beginning setuptools/EasyInstall installation and TurboGears download Searching for TurboGears==1.0.4.3 Reading http://www.turbogears.org/download/ Reading http://pypi.python.org/simple/TurboGears/ Reading http://www.turbogears.org Reading http://www.turbogears.org/download/filelist.html Best match: TurboGears 1.0.4.3 Downloading http://files.turbogears.org/eggs/TurboGears-1.0.4.3-py2.4.egg Processing TurboGears-1.0.4.3-py2.4.egg creating [censored]/local/python/lib/python2.4/site-packages/ TurboGears-1.0.4.3-py2.4.egg Extracting TurboGears-1.0.4.3-py2.4.egg to [censored]/local/python/lib/ python2.4/site-packages Adding TurboGears 1.0.4.3 to easy-install.pth file Installing tg-admin script to /usr/local/bin error: /usr/local: Permission denied How can I resolve this? Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

