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


Groups > comp.lang.python > #28714

Re: Python newbie here! No module named settings

References <1ce00c77-35ae-4499-adff-bafadab80aa5@x38g2000pri.googlegroups.com> <983415eb-d238-439c-8640-eb95dce1814c@googlegroups.com>
Date 2012-09-07 22:16 -0600
Subject Re: Python newbie here! No module named settings
From Jason Friedman <jason@powerpull.net>
Newsgroups comp.lang.python
Message-ID <mailman.376.1347077783.27098.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: Python newbie here! No module named settings chandraganeshchowdary@gmail.com - 2012-09-07 05:05 -0700
  Re: Python newbie here! No module named settings Jason Friedman <jason@powerpull.net> - 2012-09-07 22:16 -0600

csiph-web