However, there is a problen with using TK based programs.
I use Spyder 1.0.3 on Python 2.6 on Vista. Many Tkinter progra,ms
crash the python interpreter. The simples way to provoke the error ist
to use turtle graphics, i.e. in the Python console simply do:
>>> from turtle import *
>>> forward(100)
Python crashes as sonn as you move the turtle window, i.e. as asoon as
a window event is triggered.
Any help on this?
Reinhard
Hi,
Thanks for the feedback.
Please try again with the external console: open an interpreter in it,
and experiment the same things with the turtle window.
-Pierre
The interactive console allows to embed easily PyQt windows in
Spyder's GUI layout (e.g. dockable matplotlib figures) and has some
exclusive interactive features (matplotlib's interactive mode won't
work in the external console).
Apart from that, the external console is indeed very interesting for a
lot of reasons (separate process, ...).
Cheers,
-Pierre