Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'interpreter': 0.04; 'subject:Python': 0.05; 'error:': 0.05; 'importerror:': 0.05; 'wrapper': 0.07; 'api': 0.09; 'python': 0.09; 'received:mail- qc0-f174.google.com': 0.09; 'subject:module': 0.09; 'url:github': 0.09; 'django': 0.10; 'url:py': 0.16; 'settings': 0.16; 'sender:addr:gmail.com': 0.18; 'module': 0.19; 'causing': 0.20; 'trying': 0.21; 'import': 0.21; 'installed': 0.23; 'script': 0.24; 'header:In-Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'helpful.': 0.29; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'problem,': 0.35; 'received:209.85': 0.35; 'received:209': 0.37; 'received:209.85.216': 0.37; 'subject:: ': 0.38; 'gives': 0.39; 'to:addr:python.org': 0.39; 'google': 0.39; 'header:Received:5': 0.40; 'subject:! ': 0.67; 'charts': 0.84; 'examples.': 0.84; 'subject:here': 0.84; 'url:master': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=6Tl5KJJ44i7b77sGOUDglmPFbp5oKpixFBwa8zBH4X8=; b=OZGWuafT5Oozji9KPODlCxNjlACYwSwmFYl0t1SUkE4OQubdv3Bk116UEoayzflczB mJtf9c6EPJ0PiJG65lQDkwt3+2OwX4p4c+/SrIczXHlccd6DCU3cjSCLjuYesf97YBg/ 3SHbFSKCsH168SFnGP51tB9aKnrkPcedc9F13NCto8RFeoLwmra7m+0vdIKRamjHtoR/ CKsv0UGJOx5s59NfrI5AUcU1orzdD3/0gna9bV/haRdPx6FqNUL8gi0nRhRpDDQMJ1a2 JGCLPRpEHfeKfBSyzW6WidKdo3oZgNL3lItsGl3xQqO2U1dwFUocvSBC4FwE6vEXbEFh MzVw== MIME-Version: 1.0 Sender: jsf80238@gmail.com In-Reply-To: <983415eb-d238-439c-8640-eb95dce1814c@googlegroups.com> References: <1ce00c77-35ae-4499-adff-bafadab80aa5@x38g2000pri.googlegroups.com> <983415eb-d238-439c-8640-eb95dce1814c@googlegroups.com> Date: Fri, 7 Sep 2012 22:16:20 -0600 X-Google-Sender-Auth: yLdP1lCW_LqjxAUGB8I0p-CRvYs Subject: Re: Python newbie here! No module named settings From: Jason Friedman To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1347077783 news.xs4all.nl 6920 [2001:888:2000:d::a6]:45484 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:28714 >> I was trying to use Python wrapper for Google Charts API and was >> tweaking the examples. >> https://github.com/gak/pygooglechart/raw/master/examples/pie.py >> >> This is the script which I was trying. >> >> And the python interpreter gives the following error: >> import settings >> ImportError: No module named settings >> >> I installed Django as well before this (if its causing the problem, >> dunno) I searched Google for "django import settings" and found a few links that might be helpful.