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 psath...@gmail.com 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



[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
 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