Does your test app include ToscaWidgets as a dependency?  If no, then
you need to add it to your setup.py.
Now that TG is free of toscawidgets, genshi, and sqlalchemy, it is up
to the developer to provide the correct dependencies for these
packages within their own packages.

cheers.
-chris

On Nov 19, 4:23 pm, Seth <[email protected]> wrote:
> Congratulations Chris (and to the rest of the team as well), and
> thanks for all your hard work!
>
> I would like to point out thing that might be a dependency issue. When
> trying to run my test tg21 app ( 
> athttp://blog.curiasolutions.com/wp-content/uploads/2010/11/tg21.zip
> ) it spat out the error:
>
>   File "/TG21/tg21_test/HelloWorld/helloworld/config/middleware.py",
> line 35, in make_app
>     app = make_base_app(global_conf, full_stack=True, **app_conf)
>   File "/TG21/lib/python2.6/site-packages/TurboGears2-2.1-py2.6.egg/tg/
> configuration.py", line 848, in make_base_app
>     app = self.add_tosca_middleware(app)
>   File "/TG21/lib/python2.6/site-packages/TurboGears2-2.1-py2.6.egg/tg/
> configuration.py", line 698, in add_tosca_middleware
>     from tw.api import make_middleware as tw_middleware
> ImportError: No module named tw.api
>
> Installing ToscaWidgets resolved this, but perhaps TW should be added
> to the initial install dependencies if it is indeed a core dep?
>
> This would naturally be overlooked with a default quickstart since
> tw.forms is listed as a dep in that instance.
>
> Thanks,
> Seth

-- 
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.

Reply via email to