is this the right place to report bugs? 1) i started a vanilla turbogears project with 'paster quickstart -a - s testproject'. 2) i then set up the virtualenv for it an activating it, and run 'python setup.py develop' and it does its thing and install all the packages and dependencies within setup.py. 3) i tried to run 'paster serve --reload development.ini', but it says 'pkg_resources.DistributionNotFound: Not Found: tg.devtools (did you run python setup.py develop?)'.
tg.devtools doesn't get installed by 'python setup.py develop'. i tried to run the command again and it's still not installed within my virtualenv's site packages. i had to run easy_install tg.devtools before i could successfully start paster serve. -- 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.

