So I'm starting to use pip now, and am trying to improve my "start a new turbogears based project" workflow.
I installed Turbogears into a virtualenv with: $ pip install -E tg2env Turbogears2 but then I activated the virtualenv and tried quickstart: $ source tg2env/bin/activate $ paster quickstart my_wonderful_app Command 'quickstart' not known (you may need to run setup.py egg_info) Known commands: create Create the file layout for a Python distribution exe Run #! executable files help Display help make-config Install a package and create a fresh config file/ directory points Show information about entry points post Run a request for the described application request Run a request for the described application serve Serve the described application setup-app Setup an application, given a config file tginfo Show TurboGears 2 related projects and their versions So paster can't find the quickstart command. This is odd, but I'm using the paster from the virtual env $ which paster (path/in/my/file/system/)tg2env/bin/paster Anyone have any ideas what I'm doing wrong? It feels like that should work... Thanks in advance, _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]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

