Hello. I'm fairly new to TurboGears, please don't get mad even if I ask you some stupid questions. 8^)
So far, I have managed to get the RootController working. I can get access to the preexisting database and fetch some desired data out of it. http://turbogears.org/2.0/docs/main/Controllers.html At present, I'm reading this document regarding the use of subcontrollers and url hierarchies. I'm stuck on the very first line though. from jimmystest.lib.base import BaseController, Controller (from controllers/root.py) It doesn't seem that I can import Controller (I can import BaseController of course). I'm running TurboGears 2 (lib/python2.6/site-packages/ TurboGears2-2.1b1-py2.6.egg), just wondering if the doc is out-of-date or more likely, I've done something stupid. Thanks a lot in advance. -- 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.

