hi, folks. I just read and follow this page: http://docs.turbogears.org/1.0/DjangoTemplating I tried installed turbodjango and turbojinja, but both got the same traceback: Page handler: <bound method Root.page of <turbodj.controllers.Root object at 0x01777C70>> Traceback (most recent call last): File "c:\python24\lib\site-packages\CherryPy-2.2.1-py2.4.egg\cherrypy\_cphttptools.py", line 105, in _run self.main() File "c:\python24\lib\site-packages\CherryPy-2.2.1-py2.4.egg\cherrypy\_cphttptools.py", line 254, in main body = page_handler(*virtual_path, **self.params) File "<string>", line 3, in page File "c:\python24\lib\site-packages\TurboGears-1.0b1-py2.4.egg\turbogears\controllers.py", line 326, in expose output = database.run_with_transaction( File "<string>", line 5, in run_with_transaction File "c:\python24\lib\site-packages\TurboGears-1.0b1-py2.4.egg\turbogears\database.py", line 246, in so_rwt retval = func(*args, **kw) File "<string>", line 5, in _expose File "c:\python24\lib\site-packages\TurboGears-1.0b1-py2.4.egg\turbogears\controllers.py", line 343, in <lambda> mapping, fragment, args, kw))) File "c:\python24\lib\site-packages\TurboGears-1.0b1-py2.4.egg\turbogears\controllers.py", line 380, in _execute_func return _process_output(output, template, format, content_type, mapping, fragment) File "c:\python24\lib\site-packages\TurboGears-1.0b1-py2.4.egg\turbogears\controllers.py", line 74, in _process_output fragment=fragment) File "c:\python24\lib\site-packages\TurboGears-1.0b1-py2.4.egg\turbogears\view\base.py", line 116, in render engine, template, enginename = _choose_engine(template) File "c:\python24\lib\site-packages\TurboGears-1.0b1-py2.4.egg\turbogears\view\base.py", line 94, in _choose_engine raise KeyError, \ KeyError: 'Template engine django is not installed'
I did install the django and could import django in python interpreter. any ideas? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

