On 06/12/2007, shybe <[EMAIL PROTECTED]> wrote:
>
>
> and I was using IDLE to run the scripts, I then tried using the
> "Python Launcher" and the problem was gone,
>
>
If it's not closing the window properly when you use IDLE then try adding an
explicit close at the end of your program.

ie,

while not win.has_exit:
   win.dispatch_events()
   ...
   win.flip()
win.close()

--- Rod

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to