Hi there, I found the solution for my problem: As i'm using Debian Squeeze, which is actually quite old, updating virtualenv, pip and setuptools made the error disappear :-)
Cheers, Sandro Am Montag, 27. Januar 2014 14:17:47 UTC+1 schrieb Sandro Beffa: > > Hello > > I'm fairly new to TurboGears, and started to install it on my Debian > Squeeze VM. > I just followed all the steps explained in the documentation ( > http://turbogears.readthedocs.org/en/latest/) > > The installation itself was successful, but gearbox gives me this error: > > (tg2env)user@webdev:~/tg2env$ gearbox > Traceback (most recent call last): > File "/home/zep/tg2env/bin/gearbox", line 5, in <module> > from pkg_resources import load_entry_point > File > "/home/zep/tg2env/lib/python2.6/site-packages/distribute-0.6.10-py2.6.egg/pkg_resources.py", > > line 2655, in <module> > working_set.require(__requires__) > File > "/home/zep/tg2env/lib/python2.6/site-packages/distribute-0.6.10-py2.6.egg/pkg_resources.py", > > line 648, in require > needed = self.resolve(parse_requirements(requirements)) > File > "/home/zep/tg2env/lib/python2.6/site-packages/distribute-0.6.10-py2.6.egg/pkg_resources.py", > > line 546, in resolve > raise DistributionNotFound(req) > pkg_resources.DistributionNotFound: PasteDeploy > (tg2env)user@webdev:~/tg2env$ > > Did I miss something to install, or what this error message means? (I just > checked for PasteDeploy, and it seems to be installed..) > > Thank you for any help, > > Cheers, Sandro > -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/groups/opt_out.

