[pypy-dev] Re: [Edu-sig] Learn to Program in Ten Years

Arthur ajsiegel at optonline.net
Mon Jan 3 15:18:30 CET 2005


On Sun, 2005-01-02 at 17:15 +0100, Laura Creighton wrote:
> Psyco is about as far as you can get with this approach and be left
> with a module you can import and use with regular python 2.2 or
> better. See: http://psyco.sourceforge.net/ 

FWIW, it turns out that using Psyco seems to break my threading solution
that allows me to run a Tk window and a VPython GTK window each in a
mainloop() and each responsive to user interaction.

May say more about the fragility of my solution than the limitations of
Psyco.

Art



More information about the Edu-sig mailing list