I tried to import a mechanization module into my python script like this,
from import mechanization Browser
But the Google appengine app throws HTTP 500 when accessing my script.
To make things clearer, let me give you a snapshot of my package structure,
root
....mechanize(where all the mechanize related files there)
....main.py
....app.yaml
....image
....script
Can someone help me solve this problem?
Thanks Ponmalar
Ponmalar
source
share