Re: [Tutor] drawing a face

2005-09-30 Thread Kent Johnson
[EMAIL PROTECTED] wrote: > also I know i want an oval for the month but I only need half of one how > would i just get half of the oval? You are using John Zelle's graphics module, right? I don't think that module supports drawing part of an oval. As a work-around you could try drawing the whole

Re: [Tutor] drawing a face

2005-09-30 Thread dataw0lf
[EMAIL PROTECTED] wrote: > NameError: global name 'Cirlce' is not defined Looks like you misspelled 'Circle' -- Joshua Simpson -- dataw0lf.org Lead Network Administrator/Engineer Aero-Graphics Inc. [EMAIL PROTECTED] ___ Tutor maillist - Tutor@pyth

Re: [Tutor] drawing a face

2005-09-30 Thread Harper, Gina
Looks like you misspelled circle... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, September 30, 2005 12:19 PM To: tutor@python.org Subject: [Tutor] drawing a face Hello I am trying to draw a basic face with eyes, nose, and a mouth. I keep receiving

[Tutor] drawing a face

2005-09-30 Thread andrade1
Hello I am trying to draw a basic face with eyes, nose, and a mouth. I keep receiving the following error message: >>> Traceback (most recent call last): File "C:\Documents and Settings\Michele\Desktop\face", line 26, in ? main() File "C:\Documents and Settings\Michele\Desktop\face", line