I am building a system on Google App Engine which uses ideone module which is a pure module in egg file. When i try to import it, the GAE says they cannot access the module:
[Errno 13] file not accessible: 'C:\\Python27\\lib\\site-packages\\ideone-0.1.4-py2.7.egg'
I have tried to put the egg in the project root and include the __init__.py
but it still does not work , any idea to solve it?
The ideone module has dependency to module suds-0.4-py2.7.egg