> The following script draws 5 circles, which it is supposed to, but then > doesn't draw the second turtle which is supposed to simply move forward. > Any ideas?
Try commenting out this statement: self.turtle.tracer(False) That helps on Python 2.6.4. -John -- http://mail.python.org/mailman/listinfo/python-list