Try easy-install repoze.what.quickstart IIRC. Any errors durring install, because that should have been instialled by easy_install because it's one of the tg.devtools requirements.
On Wed, Feb 4, 2009 at 11:02 AM, Lukasz Szybalski <[email protected]> wrote: > > On Mon, Feb 2, 2009 at 9:38 PM, Mark Ramm <[email protected]> wrote: >> >> I just posted a new index up to the site: >> >> In a fresh virtual environment you can: >> >> easy_install -i http://www.turbogears.org/2.0/downloads/2.0b5/index >> tg.devtools >> >> in an existing environment (virtual or otherwise) you can upgrade by: >> >> easy_install -i -U http://www.turbogears.org/2.0/downloads/2.0b5/index >> tg.devtools >> easy_install -i -U http://www.turbogears.org/2.0/downloads/2.0b5/index >> turbogears2 >> >> And unless there are some objections to this stuff, I'll tag svn, and >> come up with a proper release announcement tomorrow. >> >> -- > > > Any news on buildbot? > > > beta5 with auth...gives me this error. > File "/home/lucas/tmp/maa20/maa20/config/middleware.py", line 10, in make_app > app = make_base_app(global_conf, full_stack=True, **app_conf) > File > "/home/lucas/tmp/tg2b5env/lib/python2.5/site-packages/TurboGears2-2.0b5-py2.5.egg/tg/configuration.py", > line 607, in make_base_app > app = self.add_auth_middleware(app) > File > "/home/lucas/tmp/tg2b5env/lib/python2.5/site-packages/TurboGears2-2.0b5-py2.5.egg/tg/configuration.py", > line 480, in add_auth_middleware > from repoze.what.plugins.quickstart import setup_sql_auth > ImportError: No module named quickstart > > > > -- Mark Ramm-Christensen email: mark at compoundthinking dot com blog: www.compoundthinking.com/blog --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
