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 log
> 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?
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 google.app
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 *google.appengine.ext*.webapp.uti
4 matches
Mail list logo