You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to know how setup.py should be modified. MarkupSafe is currently in the "install_requires" list. Do we want to construct "install_requires" ahead of time, using a conditional "detect_gae" switch to determine if MarkupSafe should be added? Or does GAE not use "install_requires" in its setup procedures ?
OK thanks for the answer, anyway, change is in 2f40aa9. Releasing now without changing setup.py, I guess if there's a problem then I'll get some more feedback from the GAE crowd.
Migrated issue, originally created by Anonymous
Until 0.3.3 Mako was compatible with appengine.
Then 0.3.4 came, and Mako is not compatible any more.
The solution: Don't assume markupsafe is installed. It markupsafe is not installed, just fall backwards to the original html escape code.
http://groups.google.com/group/mako-discuss/browse_thread/thread/ab80a9ccd7fc2f0e/699889fbab6fc29a?lnk=gst
Fh
The text was updated successfully, but these errors were encountered: