Recently I just updated my GAE SDK version to 1.6.4, while am trying to start my server, Its throwing "No module named webob" & getting exit. Note: Am using python2.5 Is there any external patch or stuff needed here to resolved this issue?
If anybody faces this issue and resolved it, please guide me, how did you resolve that..
Best regards.
installing webob solved this for me:
pip install webob==1.1.1
You may need to specify it in your app.yaml
See documentation here https://developers.google.com/appengine/docs/python/tools/libraries27
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With