Am 23.01.2011 00:35 schrieb KenAdler:
When I did the "System Package Installation"
For Fedora systems:
$ su -c 'yum install gcc sqlite-devel python-virtualenv'

I got the following error:
No package python-virtualenv available.

So that's the problem then. Didn't you get an error message when running the "virtualenv" command afterwards? You need to either find a repository for your distribution that contains a python-virtualenv package, or just install it with easy_install:

easy_install virtualenv

-- Christoph

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