[web2py] ImportError with AppEngine SDK v1.6.0

2011-11-11 Thread Sathvik Ponangi
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

Re: [web2py] ImportError with AppEngine SDK v1.6.0

2011-11-13 Thread Bruno Rocha
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" escreveu: > Hi! > I've recently updated my GAE SDK to