New submission from Alex McNerney :
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 passed to it, but it will
Alex McNerney 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 that,
my I cann
Alex McNerney 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
Alex McNerney 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 b
Alex McNerney added the comment:
solved* or rather, a workaround has been found.
--
___
Python tracker
<http://bugs.python.org/issue11075>
___
___
Python-bug
New submission from Alex McNerney :
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'
tracers
Alex McNerney 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
<http://bugs.python.