Toby Donaldson wrote:
> I used the Python turtle.py package last semester with about 500
> first-year university students, and two problems stood out above all
> others:
> 
>    1. The broken interaction between Idle and the turtle package.

On windows, I have an icon linked to:
     C:\Python24\Lib\idlelib\idle.pyw -n
Does this expedient not work for you?

The -n means to use a single-process model (more fragile,
but the interaction of two GUI loops is not there).

--Scott David Daniels
[EMAIL PROTECTED]

_______________________________________________
Edu-sig mailing list
Edu-sig@python.org
http://mail.python.org/mailman/listinfo/edu-sig

Reply via email to