On Oct 8, 10:43 am, Christopher Arndt <[email protected]> wrote:
> As an alternative, I STRONGLY suggest you use the virtualenv approach
> for installation, which (amoing other things) is designed to avoid
> exactly these kinds of problems.
>
> http://docs.turbogears.org/1.1/Install#method-one-using-virtualenv-re...
>
> Chris

I tried the virtualenv method and got stuck on the following error, so
I thought I would try the old-fashion way since I was more familiar
with it:

$ sudo virtualenv --no-site-packages env
Traceback (most recent call last):
  File "/usr/bin/virtualenv", line 8, in <module>
    load_entry_point('virtualenv==1.3.4', 'console_scripts',
'virtualenv')()
  File "/usr/lib/python2.5/site-packages/virtualenv-1.3.4-py2.5.egg/
virtualenv.py", line 420, in main
    unzip_setuptools=options.unzip_setuptools)
  File "/usr/lib/python2.5/site-packages/virtualenv-1.3.4-py2.5.egg/
virtualenv.py", line 503, in create_environment
    site_packages=site_packages, clear=clear)
  File "/usr/lib/python2.5/site-packages/virtualenv-1.3.4-py2.5.egg/
virtualenv.py", line 578, in install_python
    copyfile(join(stdlib_dir, fn), join(lib_dir, fn))
  File "/usr/lib/python2.5/site-packages/virtualenv-1.3.4-py2.5.egg/
virtualenv.py", line 202, in copyfile
    os.symlink(os.path.abspath(src), dest)
OSError: [Errno 1] Operation not permitted

(Running the latest Ubuntu)
Dan


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to