textile / python-textile

A Python port of Textile, A humane web text generator
Other
69 stars 23 forks source link

Compatibility with Google App Engine #13

Closed aynurin closed 10 years ago

aynurin commented 10 years ago

Hi,

Can't seem to run it in GAE.

I used this guide to add textile to my Python 2.7 GAE project and found that textile 2.2.0 depends on regex 2014.10.09.

I tried to install regex 2014.10.09 using the same manual and using pip (and copy it to my project's Lib directory), and none helped. I see that the regex package has _regex.c and _regex.h files in it, so I guess I cannot use regex 2014.10.09 in GAE as it's not pure Python...

Is there any way to run it in Google App Engine?

Also submitted a StackOverflow question here.

aynurin commented 10 years ago

7039b39 works for me. Tests are passing in GAE environment.