Re: [web2py] ImportError: No module named google.appengine.ext

2011-11-20 Thread Constantine Vasil
Are you doing anything with sys.path? No - I do not. It seems to me it is a path issue in the Eclipse+PyDev debugging environment. Still it is not clear to me how web2py finds it in gaehandler.py but not in my db.py?

Re: [web2py] ImportError: No module named google.appengine.ext

2011-11-20 Thread Jonathan Lundell
On Nov 20, 2011, at 8:50 AM, Constantine Vasil wrote: Are you doing anything with sys.path? No - I do not. It seems to me it is a path issue in the Eclipse+PyDev debugging environment. Still it is not clear to me how web2py finds it in gaehandler.py but not in my db.py? Try logging

[web2py] ImportError: No module named google.appengine.ext

2011-11-19 Thread Constantine Vasil
In my db.py I am importing: from google.appengine.ext import db as google_db But got the following error: ImportError: No module named *google.appengine.ext* I see in gaehandler.py there is *google.appengine.ext:* from *google.appengine.ext* import webapp from

Re: [web2py] ImportError: No module named google.appengine.ext

2011-11-19 Thread Jonathan Lundell
On Nov 19, 2011, at 12:56 AM, Constantine Vasil wrote: In my db.py I am importing: from google.appengine.ext import db as google_db But got the following error: ImportError: No module named google.appengine.ext I see in gaehandler.py there is google.appengine.ext: from