[Grok-dev] Implementing KSS in Grok

Mario Gusset Gusset at mitcon.de
Thu Jan 17 12:57:22 UTC 2013


Hi list,
according to the official tutorial(http://grok.zope.org/documentation/how-to/adding-ajax-with-kss-to-grok) I tried to install
KSS to the Grok-framework,however, when I'm going to start the paster the following ImportError occurs:
"ImportError: No module named pagetemplate.viewpagetemplatefile"
In order to resolve this I additionally added "zope.app.pagetemplate" to the install_requires in setup.py,but this leads into another
Import error:
"ImportError: No module named component.interfaces"
To solve this I "added zope.app.component" to the install_requires, but this also leads in another error:
"ImportError: Cannot import name handler"
It seems like it is a never ending story of import errors occuring by resolving the precending error.
Is there any other way of implementing KSS in the grok framework?

Thanks and regards
Mario

________________________________
Vertretungsberechtigte Gesch?ftsf?hrer: Michael Metternich, Stefan Schr?ter
Registergericht: Amtsgericht Bonn Registernummer: HRB7704
USt-Identifikationsnummer gem?? ? 27a Umsatzsteuergesetz: DE191867973
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.zope.org/pipermail/grok-dev/attachments/20130117/cd6bc41e/attachment.html>


More information about the Grok-dev mailing list