Question

I am trying to use this python module HTML.py but GAE gives me ImportError: No module named HTML

According to IDLE path browser the path is here:

C:\Python26\lib\site-packages\HTML.py

Can anyone help me to fix this problem?

Thank you

Was it helpful?

Solution

If you put HTML.py in your applications root directory, where app.yaml is at. It should work, assuming HTML.py does not use any non-whitelisted modules.

You should use Python 2.5. It will probably save you from some future headaches. I think this is also mentioned in the App Engine Python Overview.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top