I am having trouble with the built-in admin facilities for turbogears 2.3.2
I followed the following steps in setting up
1. virtualenv --no-site-packages zigbee
2.cd zigbee
3.source bin/activate
4.pip install tg.devtools
5.gearbox quickstart zigbee
6. cd zigbee/
7. python setup.py develop
I have the following error when trying to edit a user once logged in as manager, and using the admin tool.
BR
Neil Ablang
ValueError: Could not find engine name for tgext.admin.templates.bootstrap_form_layout
<Expression u'w.child.display()'>displayreturn self.generate_output(displays_on)
generate_outputmw,
renderengine_name = get_engine_name(template_name, mw)
__call__tmp = self.f(*args, **kwargs)
get_engine_nameraise ValueError("Could not find engine name for %s" % template_name)
ValueError: Could not find engine name for tgext.admin.templates.bootstrap_form_layout
To switch between the interactive traceback and the plaintext one, you can click on the "Traceback" headline. From the text traceback you can also create a paste of it. For code execution mouse-over the frame you want to debug and click on the console icon on the right side.
You can execute arbitrary Python code in the stack frames and there are some extra helpers available for introspection:
dump() shows all variables in the framedump(obj) dumps all that's known about the objectctx the context of the failed request--
You received this message because you are subscribed to the Google Groups "TurboGears" group.
To unsubscribe from this group and stop receiving emails from it, send an email to turbogears+...@googlegroups.com.
To post to this group, send email to turbo...@googlegroups.com.
Visit this group at http://groups.google.com/group/turbogears.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "TurboGears" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/turbogears/OyFvacH4XFE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to turbogears+...@googlegroups.com.
Did you also check that tgext.admin and tgext.crud are updated to the last version? There was a release with missing template files on pypi due to errors during packaging. It got removed but It might be that you installed that one
Yes it's right to download it from pypi. Just check you have the latest version