[Grok-dev] Using hurry.jquery

Achim Domma domma at procoders.net
Wed Jul 28 16:54:31 EDT 2010


Hi,

I'm failing to use hurry.jquery. I have added hurry.jquery and hurry.zoperesource to my setup.py. Even if I don't use these packages in my code, I get the following error:

2010-07-28 22:52:16,833 ERROR [SiteError] Exception while rendering view on exception
Traceback (most recent call last):
  File "/Users/domma/.buildout/eggs/zope.app.publication-3.10.2-py2.6.egg/zope/app/publication/zopepublication.py", line 378, in handleException
    response.setResult(body)
  File "/Users/domma/.buildout/eggs/zope.publisher-3.12.3-py2.6.egg/zope/publisher/http.py", line 778, in setResult
    r, headers = self._implicitResult(r)
  File "/Users/domma/.buildout/eggs/hurry.zoperesource-0.5-py2.6.egg/hurry/zoperesource/zopesupport.py", line 68, in _implicitResult
    body = render_topbottom_into_html(body)
  File "/Users/domma/.buildout/eggs/hurry.resource-0.10-py2.6.egg/hurry/resource/core.py", line 321, in render_topbottom_into_html
    needed = _plugin.get_current_needed_inclusions()
  File "/Users/domma/.buildout/eggs/hurry.resource-0.10-py2.6.egg/hurry/resource/core.py", line 277, in get_current_needed_inclusions
    "need to implement plugin.get_current_needed_inclusions()")
NotImplementedError: need to implement plugin.get_current_needed_inclusions()

What am I doing wrong?

cheers,
Achim




More information about the Grok-dev mailing list