Make sure you have the latest trunk, and the latest pylons... (for pylons do hg pull followed by hg update)
On Fri, Apr 4, 2008 at 8:35 AM, Ivo Looser <[EMAIL PROTECTED]> wrote: > Hi Together > > I'm testing more on trunk and i can create a quickstart project without an > error. > But when i start the project with the command paster server development.ini > it raises the following error. > > URL: http://localhost:8080/ File > '/Library/Python/2.5/site-packages/WebError-0.8dev_20071119-py2.5.egg/weberror/evalexception/middleware.py', > line 344 in respond app_iter = self.application(environ, > detect_start_response) File > '/Users/ivolooser/Environment/Workingenv/Turbogears2.0Beta-20080404/lib/python2.5/ToscaWidgets-0.2rc3dev_r3795-py2.5.egg/toscawidgets/middleware.py', > line 40 in __call__ return self.wsgi_app(environ, start_response) File > '/Users/ivolooser/Environment/Workingenv/Turbogears2.0Beta-20080404/lib/python2.5/Paste-1.6-py2.5.egg/paste/registry.py', > line 334 in __call__ app_iter = self.application(environ, start_response) > File > '/Users/ivolooser/Environment/Workingenv/Turbogears2.0Beta-20080404/lib/python2.5/ToscaWidgets-0.2rc3dev_r3795-py2.5.egg/toscawidgets/middleware.py', > line 55 in wsgi_app app_iter = self.application(environ, start_response) > File > '/Users/ivolooser/Environment/Workingenv/Turbogears2.0Beta-20080404/lib/python2.5/Beaker-0.9.3-py2.5.egg/beaker/middleware.py', > line 74 in __call__ return self.app(environ, start_response) File > '/Users/ivolooser/Environment/Workingenv/Turbogears2.0Beta-20080404/lib/python2.5/Beaker-0.9.3-py2.5.egg/beaker/middleware.py', > line 145 in __call__ return self.wrap_app(environ, session_start_response) > File > '/Library/Python/2.5/site-packages/Routes-1.8-py2.5.egg/routes/middleware.py', > line 99 in __call__ response = self.app(environ, start_response) File > '/Users/ivolooser/Environment/Workingenv/Turbogears2.0Beta-20080404/lib/python2.5/Pylons-0.9.7dev_20080404-py2.5.egg/pylons/wsgiapp.py', > line 95 in __call__ response = self.dispatch(controller, environ, > start_response) File > '/Users/ivolooser/Environment/Workingenv/Turbogears2.0Beta-20080404/lib/python2.5/Pylons-0.9.7dev_20080404-py2.5.egg/pylons/wsgiapp.py', > line 256 in dispatch return controller(environ, start_response) File > '/Users/ivolooser/Environment/Turbogears/family/family/lib/base.py', line 39 > in __call__ return TGController.__call__(self, environ, start_response) File > '/Users/ivolooser/Environment/Workingenv/Turbogears2.0Beta-20080404/lib/python2.5/Pylons-0.9.7dev_20080404-py2.5.egg/pylons/controllers/core.py', > line 171 in __call__ response = self._dispatch_call() File > '/Users/ivolooser/Environment/Workingenv/Turbogears2.0Beta-20080404/lib/python2.5/Pylons-0.9.7dev_20080404-py2.5.egg/pylons/controllers/core.py', > line 127 in _dispatch_call response = self._inspect_call(func) File > '/Users/ivolooser/Environment/Workingenv/Turbogears2.0Beta-20080404/lib/python2.5/Pylons-0.9.7dev_20080404-py2.5.egg/pylons/controllers/core.py', > line 82 in _inspect_call result = self._perform_call(func, args) File > '/Users/ivolooser/Downloads/Turbogears/TG20Beta/Tg2/tg/controllers.py', line > 300 in _perform_call self, controller, params, remainder=remainder) File > '/Users/ivolooser/Downloads/Turbogears/TG20Beta/Tg2/tg/controllers.py', line > 183 in _perform_call response = self._render_response(controller, output) > File '/Users/ivolooser/Downloads/Turbogears/TG20Beta/Tg2/tg/controllers.py', > line 120 in _render_response if engine_name not in _configured_engines(): > File '/Users/ivolooser/Downloads/Turbogears/TG20Beta/Tg2/tg/controllers.py', > line 23 in _configured_engines g.tg_configured_engines = set() > AttributeError: 'NoneType' object has no attribute 'tg_configured_engines' > > Does someone else ever had this error? > > btw: this error is also produced with starting toolbox2 > > TIA Ivo Looser > > > -- 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 -~----------~----~----~----~------~----~------~--~---
