Gae's Webapp2_extra.i18n Can't Import Babel On Macosx
I followed the tutorial to enable i18n functionality in my GAE project: http://webapp-improved.appspot.com/tutorials/i18n.html However, after I easy_install the babel, I can't acce
Solution 1:
The doc states
For App Engine, download babel and pytz and add those libraries to your app directory.
That means you have to copy them into the app directory, not easy_install, as the SDK has import restrictions to emulate the production environment.
Post a Comment for "Gae's Webapp2_extra.i18n Can't Import Babel On Macosx"