Re: [Tutor] Ongoing trouble with Turtle's end_fill() - caused by abug in turtle.py

2008-08-08 Thread Gregor Lingl
Hi Dick, just to show you a bit of the versatility of the new turtle module I've prepared to tiny rectangle-generator program examples. They intentionally use different programming styles and also turtle graphics techniques different from the ones you used to accomplish something similar to what

Re: [Tutor] Ongoing trouble with Turtle's end_fill() - caused by abug in turtle.py

2008-08-08 Thread Gregor Lingl
Dick Moores schrieb: Here better tracer() should come in! 'Deprecated in version 2.6'?? And the doc gives nary a clue how to use it. http://docs.python.org/dev/library/turtle.html#turtle.tracer tracer is only deprecated as a Turtle-method, because it doesn't concern single turtles but

Re: [Tutor] Ongoing trouble with Turtle's end_fill() - caused by abug in turtle.py

2008-08-07 Thread Dick Moores
On Thu, Aug 7, 2008 at 4:04 PM, Gregor Lingl <[EMAIL PROTECTED]> wrote: > Hi Dick, > > first of all, thanks for your efforts using the new turtle module > and reporting about your experiences and the problems you ran into. Sure. And I'm not finished. There seem to be some interesting new things wo

Re: [Tutor] Ongoing trouble with Turtle's end_fill() - caused by abug in turtle.py

2008-08-07 Thread Dick Moores
On Thu, Aug 7, 2008 at 4:04 PM, Gregor Lingl <[EMAIL PROTECTED]> wrote: > Hi Dick, > > first of all, thanks for your efforts using the new turtle module > and reporting about your experiences and the problems you ran into. Sure. And I'm not finished. There seem to be some interesting new things wo

Re: [Tutor] Ongoing trouble with Turtle's end_fill() - caused by abug in turtle.py

2008-08-07 Thread Gregor Lingl
Hi Dick, first of all, thanks for your efforts using the new turtle module and reporting about your experiences and the problems you ran into. I've already made some remarks on it in a former reply in this thread. On Thu, Aug 7, 2008 at 11:26 AM, Alan Gauld <[EMAIL PROTECTED]> wrote: ... 2.

Re: [Tutor] Ongoing trouble with Turtle's end_fill() - caused by abug in turtle.py

2008-08-07 Thread Dick Moores
On Thu, Aug 7, 2008 at 11:26 AM, Alan Gauld <[EMAIL PROTECTED]> wrote: > "Dick Moores" <[EMAIL PROTECTED]> wrote > >> 1. The turtle has some behavior I don't see how to eliminate. If you >> refer to lines 223, 225, 227, 229, etc., you'll see that the turtle >> always faces in the direction it is mo

Re: [Tutor] Ongoing trouble with Turtle's end_fill() - caused by abug in turtle.py

2008-08-07 Thread Alan Gauld
"Dick Moores" <[EMAIL PROTECTED]> wrote 1. The turtle has some behavior I don't see how to eliminate. If you refer to lines 223, 225, 227, 229, etc., you'll see that the turtle always faces in the direction it is moving when drawing a rectangle. That is correct behaviour for a turtle! Remember