I'm not entirely sure how that could have happened. I always use easy_install myself. I know others don't get along with it, but I do.
See if this can get around it for you. In a Terminal window: cd $HOME virtualenv --no-site-packages $HOME/testme source $HOME/testme/bin/activate easy_install -i http://www.turbogears.org/2.1/downloads/current/index/tg.devtools And you should be on your way after that. If that works, then it's definitely something about pip or your virtualenv. On Fri, May 21, 2010 at 6:01 PM, Ryan Wilcox <[email protected]> wrote: > > > On May 21, 1:02 pm, Michael Pedersen <[email protected]> wrote: > > That's actually an easy (and moderately common) mistake: The TurboGears2 > > package includes the tools required to run TurboGears. The tg.devtools > > package includes the tools needed to develop for TurboGears. Install > that, > > and you will have the quickstart accessible. > > Ok, now this is interesting: after doing that I get a version conflict > for repoze.who. > > bash-3.2$ source tg2env/bin/activate > (tg2env)bash-3.2$ paster quickstart my_sample_project > Traceback (most recent call last): > File "/Users/aias/Temp/tg2env/bin/paster", line 8, in <module> > load_entry_point('PasteScript==1.7.3', 'console_scripts', 'paster') > () > File "/Users/aias/Temp/tg2env/lib/python2.6/site-packages/paste/ > script/command.py", line 83, in run > command = commands[command_name].load() > File "build/bdist.linux-i686/egg/pkg_resources.py", line 1953, in > load > File "build/bdist.linux-i686/egg/pkg_resources.py", line 1966, in > require > File "build/bdist.linux-i686/egg/pkg_resources.py", line 569, in > resolve > pkg_resources.VersionConflict: (repoze.who 2.0a2 (/Users/aias/Temp/ > tg2env/lib/python2.6/site-packages), > Requirement.parse('repoze.who>=1.0.18,<=1.99')) > > Thoughts? > _Ryan Wilcox > > -- > 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]<turbogears%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/turbogears?hl=en. > > -- Michael J. Pedersen My IM IDs: Jabber/[email protected], ICQ/103345809, AIM/pedermj022171 Yahoo/pedermj2002, MSN/[email protected] -- 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.

