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


Groups > comp.lang.python > #51685

Re: ImportError: No module named appengine.ext

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <kwpolska@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.014
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'interpreter': 0.05; 'importerror:': 0.07; 'utf-8': 0.07; 'subject:module': 0.09; 'subject:skip:a 10': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'appengine': 0.16; 'wrote:': 0.18; 'hey': 0.18; 'wed,': 0.18; 'module': 0.19; 'typing': 0.19; 'import': 0.22; 'cc:addr:python.org': 0.22; '31,': 0.24; 'server.': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'installed': 0.27; 'chris': 0.29; 'message- id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; '"",': 0.31; '>>>>': 0.31; 'file': 0.32; 'url:python': 0.33; '(most': 0.33; 'sense': 0.34; 'problem': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'url:listinfo': 0.36; 'url:org': 0.36; 'pm,': 0.38; 'recent': 0.39; 'system.': 0.39; 'url:mail': 0.40; 'from:charset:utf-8': 0.61; 'skip:\xe2 10': 0.65; 'to:addr:gmail.com': 0.65; '8bit%:43': 0.74; 'jul': 0.74; '.....': 0.78; 'url:tk': 0.95; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=hfPlvBW9rMT8/7LY2TdmSRDQubpMdr+lUH2FXnj1JSE=; b=gmFlVsb0SGddx6RVENKUteT9FCrLuE3wrAS7p4YW5qXXhhgIJddHv3wZD8VPPoIG+c N9Pi6rM2q0oaTpsOQ8uCTxQwLajMTb7w1tG2lMfUaalwLY01vEm7JKciCDDqythkpUyU p8nnYiI4df1eRXCwLbeRNILYsWcqdxBaC9P7pXRsXhUGl9p8LMiCgto2sW+Cj8Ays2Qe 8zaegYVOBlzjzsnFTGW/NdrBZYB31devB3fqeuG0P6Co49HIMxR/c/BqdB6sFtQVkqhX cj4iFMoh08nzywHEHQNk/85Ds8n3XdhYvfMDePxc6i9lxK7+r6lx1jTXrIHyH9G2f83C 9E8g==
MIME-Version 1.0
X-Received by 10.50.9.102 with SMTP id y6mr672646iga.17.1375295296284; Wed, 31 Jul 2013 11:28:16 -0700 (PDT)
In-Reply-To <719f0bd8-cddc-4b28-97ee-08b56d359ec6@googlegroups.com>
References <719f0bd8-cddc-4b28-97ee-08b56d359ec6@googlegroups.com>
Date Wed, 31 Jul 2013 20:28:16 +0200
Subject Re: ImportError: No module named appengine.ext
From Chris “Kwpolska” Warrick <kwpolska@gmail.com>
To Jaiky <jaiprakashsingh213@gmail.com>
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding quoted-printable
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.47.1375295300.1251.python-list@python.org> (permalink)
Lines 24
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1375295300 news.xs4all.nl 15988 [2001:888:2000:d::a6]:55043
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:51685

Show key headers only | View raw


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 | NextPrevious in thread | Find similar | Unroll thread


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