Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #51677 > unrolled thread

ImportError: No module named appengine.ext

Started byJaiky <jaiprakashsingh213@gmail.com>
First post2013-07-31 10:51 -0700
Last post2013-07-31 20:28 +0200
Articles 4 — 3 participants

Back to article view | Back to comp.lang.python


Contents

  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

#51677 — ImportError: No module named appengine.ext

FromJaiky <jaiprakashsingh213@gmail.com>
Date2013-07-31 10:51 -0700
SubjectImportError: No module named appengine.ext
Message-ID<719f0bd8-cddc-4b28-97ee-08b56d359ec6@googlegroups.com>
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 .....

[toc] | [next] | [standalone]


#51683

FromJohn Gordon <gordon@panix.com>
Date2013-07-31 18:20 +0000
Message-ID<ktbkhn$mk5$1@reader1.panix.com>
In reply to#51677
In <719f0bd8-cddc-4b28-97ee-08b56d359ec6@googlegroups.com> Jaiky <jaiprakashsingh213@gmail.com> writes:

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

Has the Google App Engine library been installed on your system?

-- 
John Gordon                   A is for Amy, who fell down the stairs
gordon@panix.com              B is for Basil, assaulted by bears
                                -- Edward Gorey, "The Gashlycrumb Tinies"

[toc] | [prev] | [next] | [standalone]


#51686

FromJaiky <jaiprakashsingh213@gmail.com>
Date2013-07-31 11:34 -0700
Message-ID<8d670cc6-03a9-42b2-8b86-eecf0b573d93@googlegroups.com>
In reply to#51683
you mean to say SDK for python ?????????????/

[toc] | [prev] | [next] | [standalone]


#51685

FromChris “Kwpolska” Warrick <kwpolska@gmail.com>
Date2013-07-31 20:28 +0200
Message-ID<mailman.47.1375295300.1251.python-list@python.org>
In reply to#51677
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

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web