[Python-Dev] Event loops, PyOS_InputHook, and Tkinter - Summary attempt

Fredrik Lundh fredrik at pythonware.com
Fri Nov 11 19:14:57 CET 2005


Jim Jewett wrote:

> (6)  Mark Hammond suggests that it might be easier to
> replace the interactive portions of python based on the
> "code" module.  matplotlib suggests using ipython
> instead of standard python for similar reasons.
>
> If that is really the simplest answer (and telling users
> which IDE to use is acceptable), then ... I think Michiel
> has a point.

really?  Python comes with a module that makes it trivial to get
a fully working interpreter console under any kind of UI toolkit
with very little effort, and you think that proves that we need to
reengineer the CPython interpreter to support arbitary event loops
so you don't have to use that module?

as usual, you make absolutely no sense whatsoever.

(or was "..." short for "CPython's interactive mode should use
the code module" ?)

</F> 





More information about the Python-Dev mailing list