Python wrapper for Google Maps making Google App Engine crash?
Posted
by
user1679332
on Stack Overflow
See other posts from Stack Overflow
or by user1679332
Published on 2012-09-18T05:50:08Z
Indexed on
2012/09/18
9:38 UTC
Read the original article
Hit count: 178
I am currently trying to build a web app using Google App Engine that will involve using the Google Maps API. Since I am coding in python, I tried importing the python wrapper for Google Maps (found here); however, performing the import will cause my web app to crash. Are there any suggestions for how I can fix this problem? I'm guessing the crash might have something to do with the fact that I need to incorporate the google maps python wrapper into my application, but how do I go about doing that?
Thanks!
© Stack Overflow or respective owner