note that if have syntax error in your module. the custom importer will raise the ImportError
are you sure your module has only code compatible with py2.5 ? it works locally? http://zerp.ly/rochacbruno Em 12/11/2011 02:49, "Sathvik Ponangi" <[email protected]> escreveu: > Hi! > I've recently updated my GAE SDK to v1.6.0 and I'm getting this error on > every subsequent call to the server (It works the first time though): > > Traceback (most recent call last): >> File "E:\Programming\Python\rappiden\gluon\restricted.py", line 194, in >> restricted >> exec ccode in environment >> File >> "E:\Programming\Python\rappiden\applications\init\controllers/default.py:index", >> line 7, in <module> >> ImportError: No module named commons > > > I do have a file named commons.py in my modules directory, the app runs > fine for the first call & it worked fine before the update. > > Can someone help me out? > > With Regards, > Sathvik > -- > Sathvik Ponangi >

