> What are the minimum files necessary to run this? Do I need
> to install Genshi with my project?
The only thing creoleparser really needs is genshi.builder, which
itself imports from genshi.core
These imports are GAE friendly.
The creoleparser 0.5 import that fails on GAE is from genshi.filters.
I wrapped this in a try-except in r68 <
http://code.google.com/p/
creoleparser/source/detail?r=68>.
The sandbox uses Django for templating because that part of Genshi
doesn't work on GAE :(
Steve