Re: [Tutor] HELP Please!!!....How Do I Make a Graph Chart Generate in Python Based on my Code

2013-09-25 Thread eryksun
On Wed, Sep 25, 2013 at 6:24 PM, Dino Bektešević wrote: > > Where did you find that In-Reply-To: field? In example Alan's response > header Gmail has a "Show original" link in the message drop-down menu. But in this case I just searched the September text archive: https://mail.python.org/piperma

Re: [Tutor] HELP Please!!!....How Do I Make a Graph Chart Generate in Python Based on my Code

2013-09-25 Thread Dave Angel
On 25/9/2013 18:24, Dino Bektešević wrote: > > Where did you find that In-Reply-To: field? In example Alan's response > header, including the quoted section is shown to me as: > > Message: 4 > Date: Mon, 23 Sep 2013 18:21:03 +0100 > From: Alan Gauld > To: tutor@python.org > Subject: Re: [Tutor] H

Re: [Tutor] HELP Please!!!....How Do I Make a Graph Chart Generate in Python Based on my Code

2013-09-25 Thread Dino Bektešević
> Message: 1 > Date: Wed, 25 Sep 2013 06:29:30 -0400 > From: eryksun > To: Dino Bekte?evi? > Cc: tutor@python.org > Subject: Re: [Tutor] HELP Please!!!How Do I Make a Graph Chart > Generate in Python Based on my Code > Message-ID: > > Content-Type: text/plain; charset=UTF-8 >

Re: [Tutor] Writing program: To Do List in Python 3.0

2013-09-25 Thread Alan Gauld
On 25/09/13 18:42, Rafael Knuth wrote: I want to write a simple program (To Do List) that stores the input data (action items on To Do List). Currently I can only input items but the program I wrote doesn't store them. You need to write the data to a file or database when the program closes a

[Tutor] OT: docopt

2013-09-25 Thread Albert-Jan Roskam
Hi, Docopt is an alternative to optparse and argparse. Incredibly cool, and fun (check out the youtube movie!): http://docopt.org/ Just in case you missed it (like me). Regards, Albert-Jan  ps: sorry if I posted this twice. ~

Re: [Tutor] Writing program: To Do List in Python 3.0

2013-09-25 Thread Dave Angel
On 25/9/2013 13:42, Rafael Knuth wrote: > Hej there, > > I want to write a simple program (To Do List) that stores the input > data (action items on To Do List). Currently I can only input items > but the program I wrote doesn't store them. > > Can you help? > > Thanks, > > Rafael > > Here's the c

Re: [Tutor] ImportError: No module named '_sysconfigdata_m'

2013-09-25 Thread Albert-Jan Roskam
- Original Message - > From: Oscar Benjamin > To: Steven D'Aprano > Cc: "Tutor@python.org" > Sent: Wednesday, September 25, 2013 11:58 AM > Subject: Re: [Tutor] ImportError: No module named '_sysconfigdata_m' > > On 25 September 2013 00:25, Steven D'Aprano > wrote: >> On Tue, Sep

[Tutor] Writing program: To Do List in Python 3.0

2013-09-25 Thread Rafael Knuth
Hej there, I want to write a simple program (To Do List) that stores the input data (action items on To Do List). Currently I can only input items but the program I wrote doesn't store them. Can you help? Thanks, Rafael Here's the code I wrote so far: print("This is my to do list") Monday =

Re: [Tutor] How to create dictionaries loadable with import

2013-09-25 Thread Albert-Jan Roskam
- Original Message - > From: "Treder, Robert" > To: "tutor@python.org" > Cc: > Sent: Wednesday, September 25, 2013 6:09 PM > Subject: Re: [Tutor] How to create dictionaries loadable with import > >T hanks for the suggestions and sorry about the errors when I tried to >anonymize > m

Re: [Tutor] How to create dictionaries loadable with import

2013-09-25 Thread Treder, Robert
Thanks for the suggestions and sorry about the errors when I tried to anonymize my code. It's turns out when I ran the code through setup, I had an __init__.py file incorrectly defined which generated the error. The error from the traceback was at the line where I was importing the module. I hav

Re: [Tutor] HELP Please!!!....How Do I Make a Graph Chart Generate in Python Based on my Code

2013-09-25 Thread znxm0i
Thanks Brian for replying but I already figured out what I was not doing correctlyalso the link you supplied was not what I needed.I had to make the user input statements appear as graphical input boxes and not just text and I figured out how to do it, so it now works like a charm

Re: [Tutor] HELP Please!!!....How Do I Make a Graph Chart Generate in Python Based on my Code

2013-09-25 Thread Dave Angel
On 24/9/2013 21:15, Dino Bektešević wrote: > Hello, > > I wrote a response on the subject in the title about creating a graph > in Python using the Graphics module presented in the standard python > tutorial on 23rd detailing full explanations but I still saw repeated > responses asking more of th

Re: [Tutor] HELP Please!!!....How Do I Make a Graph Chart Generate in Python Based on my Code

2013-09-25 Thread eryksun
On Tue, Sep 24, 2013 at 9:15 PM, Dino Bektešević wrote: > > original question: http://code.activestate.com/lists/python-tutor/96889/ > my response: http://code.activestate.com/lists/python-tutor/96897/ > > For someone browsing through Tutor in archive form I can see how this > is a tad confusing,

Re: [Tutor] ImportError: No module named '_sysconfigdata_m'

2013-09-25 Thread Oscar Benjamin
On 25 September 2013 00:25, Steven D'Aprano wrote: > On Tue, Sep 24, 2013 at 01:33:23PM +0100, Oscar Benjamin wrote: > >> If you want to mess with your system 'sudo rm -rf' is definitely the >> way to go. Don't bother reporting this as a bug since you've >> *definitely* voided the warranty (that y

Re: [Tutor] HELP Please!!!....How Do I Make a Graph Chart Generate in Python Based on my Code

2013-09-25 Thread Dino Bektešević
Hello, I wrote a response on the subject in the title about creating a graph in Python using the Graphics module presented in the standard python tutorial on 23rd detailing full explanations but I still saw repeated responses asking more of the same question (lines causing the error, which graphic