PyGame, IDE problems

Tom Jenkins tjenkins at devis.com
Tue Jun 5 17:58:16 EDT 2001


Nick Perkins wrote:

> I can not run the example programs from Pygame from within either PythonWin
> or IDLE.  I am running Py 2.1 on NT4.
> ( They both freeze up )
> 
> The examples do run by themselves, (ie not from within an IDE).
> Also, curiously enough, they do run from within Boa Constructor's editor.
> 
> Does anyone know why this is so?
> Does anyone have the same problem, or is it just me?
> 
> 


I believe its a threading issue... both PythonWin and IDLE run your app 
in the same thread (and GUI event loop) as the IDE.  BOA runs your app 
in another process I believe so you won't have that problem.

-- 
Tom Jenkins
devIS - Development Infostructure
http://www.devis.com





More information about the Python-list mailing list