Re: [Tutor] Any ideas why this woudn't work?

2018-08-01 Thread Alan Gauld via Tutor
On 01/08/18 14:17, Matthew Polack wrote: > > c:\Python>python crops3.py > Traceback (most recent call last): >   File "crops3.py", line 30, in >     filemenu.add_command(label="Show", command=self.showImg) > NameError: name 'self' is not defined The problem with cutting and pasting/copying code..

Re: [Tutor] Any ideas

2014-02-05 Thread Oscar Benjamin
On Mon, Feb 03, 2014 at 04:35:58PM -0800, josh Malone wrote: > Hi, I'm very new to programming and python is my first language. I'm > currently enrolled in a class at Oregon State University where we are > taught to program in python. I'm stuck on one problem and i know what i > want to do... i jus

Re: [Tutor] Any ideas

2014-02-04 Thread Dave Angel
josh Malone Wrote in message: > ___ > Tutor maillist - Tutor@python.org > To unsubscribe or change subscription options: > https://mail.python.org/mailman/listinfo/tutor > First thing is to figure your goal. "Model" might mean anything from "figur

[Tutor] Any ideas

2014-02-04 Thread josh Malone
Hi, I'm very new to programming and python is my first language. I'm currently enrolled in a class at Oregon State University where we are taught to program in python. I'm stuck on one problem and i know what i want to do... i just have no idea how to write the program. The question is as follows