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


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

Re: Python newbie here! No module named settings

Started bychandraganeshchowdary@gmail.com
First post2012-09-07 05:05 -0700
Last post2012-09-07 22:16 -0600
Articles 2 — 2 participants

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

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  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

#28682 — Re: Python newbie here! No module named settings

Fromchandraganeshchowdary@gmail.com
Date2012-09-07 05:05 -0700
SubjectRe: Python newbie here! No module named settings
Message-ID<983415eb-d238-439c-8640-eb95dce1814c@googlegroups.com>
On Thursday, June 2, 2011 8:59:48 PM UTC+5:30, Neeraj Agarwal wrote:
> Hello all,
> 
> I'm a newbie to Python and its my 2nd day exploring it.
> 
> 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)
> 
> Please help me.
> 
> Thanks,
> Neeraj
hi neeraj, 
I am also experiencing the same problem and in my pygooglechart file i am not having both settings.py and __init__.py file so can you send me the link from where you downloaded api
 Best Regards,
ganesh

[toc] | [next] | [standalone]


#28714

FromJason Friedman <jason@powerpull.net>
Date2012-09-07 22:16 -0600
Message-ID<mailman.376.1347077783.27098.python-list@python.org>
In reply to#28682
>> 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.

[toc] | [prev] | [standalone]


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


csiph-web