Hi Michael, Thank you for your reply; your advice worked perfectly! I do have a couple of follow up questions/comments:
1) After running "setup.py develop", "paster setup-app" died with an unresolved import of genshi.filters. "easy_install genshi" fixed that, and the app is now running without any trouble. But I'm wondering if genshi was supposed to be installed by setup.py. 2) In general, is it safe to assume that all the *source* files created by "paster quickstart" are safe to keep in version control, and will work in somewhat different TG environments (eg within the TG2.x series of releases)? (I think my original misstep was to actually configure and run my quickstarted app before committing the primal source code to VC, which meant my egg-info directory and maybe some other inappropriate stuff got checked in.) 3) I had originally created my project within the directory tree created by virtualenv. You seem to imply it's not necessary, and may even be wrong, to do that. Am I understanding you correctly? Thank you, -- Joe On Wed, Oct 19, 2011 at 12:02 AM, Michael Pedersen <[email protected]> wrote: [Some very helpful stuff, which I have snipped in the interest of brevity.] --- Bernie Sanders/Elizabeth Warren 2012 -- 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.

