I've never used IDLE, but I've seen dozens of posts on pygame over the last couple years similar to yours where IDLE was the culprit.
I recommend just running your script from a terminal. "python myscript.py" ~ Nathan On Dec 5, 2007 10:14 PM, shybe <[EMAIL PROTECTED]> wrote: > > I know this sounds stupid, but I actually have no idea how to access > the "examples" > > and I was using IDLE to run the scripts, I then tried using the > "Python Launcher" and the problem was gone, > > So, I'm assuming IDLE has something wonky going on. > > Like I said, I'm on mac osx, and I'm trying to get a good dev > environment for python going, > so any suggestion would be appreciated. > > Thanks for your response > > shybe > > On Dec 5, 10:25 pm, "Richard Jones" <[EMAIL PROTECTED]> wrote: > > > On Dec 6, 2007 2:44 PM, shybe <[EMAIL PROTECTED]> wrote: > > > > > I have the run loop in my code, I even tried it using the actual > > > hello_world.py file from the tutorial, > > > > Do the programs in the pyglet source "examples" directory work? > > > > > What happens is, the window appears fine, its when I click on the red > > > button to close the window...I get the spinning ball and its stop > > > responding. > > > > How are you launching the script - from a Terminal, from an IDE, or perhaps > > some other mechanism? > > > > Richard > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
