[issue11096] Multiple turtle tracers

2011-02-02 Thread Alex McNerney
Alex McNerney amcnerne...@yahoo.com added the comment: To be more clear, in the sample code, the drawing animation of the red star-spiral is smooth, whereas the drawing animation of the black star-spiral is spasmodic. -- ___ Python tracker rep

[issue11075] Turtle crash with IDLE on Mac OS X 10.6

2011-02-01 Thread Alex McNerney
Alex McNerney amcnerne...@yahoo.com added the comment: Sorry to keep bothering, but running Python 2.7.1:88286 (maintenance) on ActiveState Tcl/Tk 8.5.9 causes the idle to hang when a simple script like: x = raw_input(x: ) print x is run. Is this a bug in Tcl/Tk? Looking in the logs I see

[issue11075] Using Turtle with IDLE on Mac OS X

2011-02-01 Thread Alex McNerney
Alex McNerney amcnerne...@yahoo.com added the comment: Thank you so much for pointing out the -n option! Hopefully the Tk 8.5.9 input issue will be solved soon enough. Thank you both again. I'm not sure if I'm supposed to or not, but I am marking this as closed – seeing as the main issue has

[issue11075] Using Turtle with IDLE on Mac OS X

2011-02-01 Thread Alex McNerney
Alex McNerney amcnerne...@yahoo.com added the comment: solved* or rather, a workaround has been found. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11075

[issue11096] Multiple turtle tracers

2011-02-01 Thread Alex McNerney
New submission from Alex McNerney amcnerne...@yahoo.com: In Python 2.7 and 2.6 (only ones I have tried), there is a bug in the turtle module's tracer() function, when applying it to multiple turtles using the same value. When two turtles are defined (to draw simultaneously), and both turtles

[issue11075] Turtle crash with IDLE on Mac OS X 10.6

2011-01-31 Thread Alex McNerney
Alex McNerney amcnerne...@yahoo.com added the comment: It may be because the program that I am trying to run automatically exits, I do not know yet how to keep a turtle program running (waiting for input). The only way I know so far is to use the function exitonclick(), but when using

[issue11075] Turtle crash with IDLE on Mac OS X 10.6

2011-01-30 Thread Alex McNerney
New submission from Alex McNerney amcnerne...@yahoo.com: Info: I have Python 2.7.1:86832 (32-bit) installed using ActiveState Tcl/Tk 8.5.9 on Mac OS X 10.6 Problem: Whenever I try to run (from the IDLE) a Python script using the turtle module, the window that shows up will draw anything