ImportError: No module named appengine.ext

Chris “Kwpolska” Warrick kwpolska at gmail.com
Wed Jul 31 14:28:16 EDT 2013


On Wed, Jul 31, 2013 at 7:51 PM, Jaiky <jaiprakashsingh213 at gmail.com> wrote:
> hey learning python
>
> problem facing is under when typing on interpreter
>
>
>>>> from google.appengine.ext import db
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
> ImportError: No module named appengine.ext
>
>
> what to do please help .....
> --
> http://mail.python.org/mailman/listinfo/python-list

You do not have the Google AppEngine packages installed on your
system.  You may want to get the AppEngine SDK or the AppEngine
development server.
-- 
Chris “Kwpolska” Warrick <http://kwpolska.tk>
PGP: 5EAAEA16
stop html mail | always bottom-post | only UTF-8 makes sense



More information about the Python-list mailing list