Rusty at Python; new to TurboGears.

Trying to run a project on Snow Leopard with Python 2.6.5. I do this:

$virtualenv --no-site-packages tg2env
$cd tg2env
$source bin/activate
$easy_install -i http://www.turbogears.org/2.1/downloads/current/index
tg.devtools
$git clone <project>
$cd project
$python setup.py develop
running develop
running egg_info

...

Searching for TurboGears2>=2.1a1
Reading http://www.pylonshq.com/download/
Reading http://pypi.python.org/simple/TurboGears2/
Reading http://www.turbogears.org
Reading http://www.turbogears.org/2.0/downloads/2.0.1/
Reading http://www.turbogears.org/2.0/downloads/2.0.3/
No local packages or download links found for TurboGears2>=2.1a1
error: Could not find suitable distribution for
Requirement.parse('TurboGears2>=2.1a1')

Being rather new to all this, I'm a bit at a loss why it's not seeing
my TurboGears install (it is in the virtualenv's site-packages). The
guy who wrote the project I'm trying to use has no idea why it's not
working either.

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