So I've ran intro a problem that I can't really find any discussion about,
I guess it's kind of a narrow chance anyone ran into anything similar but I
have no ideea how to TRY and fix it so I'll give it a try.
So for start my project runs fine when started normally. I'm trying to
convert it to an app using py2app. The app seems to be generated fine, but when
I start the application, I get:
buffet.TemplateEngineMissing: Please install a plugin for "genshi" to use
its functionality
Now the actual point in my code where this seems to be raised is at:
cherrypy.tools.buffet_genshi = BuffetTool('genshi',
'tvb.interfaces.web.templates.genshi')
here, 'tvb'.interface.web.templates.genshi' is a 'python package' in the sense
that there is an __init__.py there and the only thing in that folder are the
html templates for our project.
If anyone has at least a hind on what might be causing this please share.
Regards, Bogdan
_______________________________________________
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG