Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #51685
| References | <719f0bd8-cddc-4b28-97ee-08b56d359ec6@googlegroups.com> |
|---|---|
| Date | 2013-07-31 20:28 +0200 |
| Subject | Re: ImportError: No module named appengine.ext |
| From | Chris “Kwpolska” Warrick <kwpolska@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.47.1375295300.1251.python-list@python.org> (permalink) |
On Wed, Jul 31, 2013 at 7:51 PM, Jaiky <jaiprakashsingh213@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
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
ImportError: No module named appengine.ext Jaiky <jaiprakashsingh213@gmail.com> - 2013-07-31 10:51 -0700
Re: ImportError: No module named appengine.ext John Gordon <gordon@panix.com> - 2013-07-31 18:20 +0000
Re: ImportError: No module named appengine.ext Jaiky <jaiprakashsingh213@gmail.com> - 2013-07-31 11:34 -0700
Re: ImportError: No module named appengine.ext Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2013-07-31 20:28 +0200
csiph-web