Oops. That came in in a patch and I missed adding it. It's in there now. Kevin
On 1/23/06, Jason Chu <[EMAIL PROTECTED]> wrote: > Using TG r562 with a new quickstarted project, I can't display any page > because of this traceback: > > 23/Jan/2006:10:22:04 HTTP INFO Page handler: <bound method Root.index of > <abc.controllers.Root object at 0xb7548cac>> > Traceback (most recent call last): > File > "/home/jchu/coding/turbogears/thirdparty/cherrypy/cherrypy/_cphttptools.py", > line 98, in _run > self.main() > File > "/home/jchu/coding/turbogears/thirdparty/cherrypy/cherrypy/_cphttptools.py", > line 246, in main > body = page_handler(*virtual_path, **self.params) > File "/home/jchu/coding/turbogears/turbogears/controllers.py", line 240, > in newfunc > html, fragment, *args, **kw) > File "/home/jchu/coding/turbogears/turbogears/database.py", line 189, in > run_with_transaction > retval = func(*args, **kw) > File "/home/jchu/coding/turbogears/turbogears/controllers.py", line 262, > in _execute_func > return _process_output(tg_format, output, html, fragment) > File "/home/jchu/coding/turbogears/turbogears/controllers.py", line 62, > in _process_output > output = view.render(output, tg_format, > template=template,fragment=fragment) > File "/home/jchu/coding/turbogears/turbogears/view.py", line 57, in > render > return engine.render(info, format, fragment, template) > File > "/usr/lib/python2.4/site-packages/TurboKid-0.9.0-py2.4.egg/turbokid/kidsupport.py", > line 122, in render > tclass = self.load_template(template) > File > "/usr/lib/python2.4/site-packages/TurboKid-0.9.0-py2.4.egg/turbokid/kidsupport.py", > line 81, in load_template > self.load_template(self.stname, True) > File > "/usr/lib/python2.4/site-packages/TurboKid-0.9.0-py2.4.egg/turbokid/kidsupport.py", > line 94, in load_template > "%s.kid" % basename) > File > "/home/jchu/coding/turbogears/setuptools-0.6a9-py2.4.egg/pkg_resources.py", > line 676, in resource_filename > File > "/home/jchu/coding/turbogears/setuptools-0.6a9-py2.4.egg/pkg_resources.py", > line 119, in get_provider > File "/home/jchu/coding/turbogears/turbogears/fastdata/__init__.py", line > 1, in ? > from datacontroller import DataController, AjaxDataController > File > "/home/jchu/coding/turbogears/turbogears/fastdata/datacontroller.py", line > 3, in ? > import formmaker > File "/home/jchu/coding/turbogears/turbogears/fastdata/formmaker.py", > line 3, in ? > from datawidgets import DataCheckBoxList > ImportError: No module named datawidgets > > I suspect someone just forgot to check something in. > > Jason > > -- > If you understand, things are just as they are. If you do not understand, > things are just as they are. > > > -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

