You are better off using 'virtualenv' instead, it is much newer and tends to work better.
http://pypi.python.org/pypi/virtualenv Graham On Feb 5, 5:12 pm, j3bx73hd8hskf721ks83hd <[EMAIL PROTECTED]> wrote: > 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 ~ > $ wgethttp://peak.telecommunity.com/dist/virtual-python.py > $ mkdir local > $ mkdir local/python > $ python virtual-python.py --prefix=~/local/python/ > $ wgethttp://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 > Readinghttp://www.turbogears.org/download/ > Readinghttp://pypi.python.org/simple/TurboGears/ > Readinghttp://www.turbogears.org > Readinghttp://www.turbogears.org/download/filelist.html > Best match: TurboGears 1.0.4.3 > Downloadinghttp://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 -~----------~----~----~----~------~----~------~--~---

