Re: Pyglet on Python3.x, problems

2013-07-29 Thread Chris Angelico
On Tue, Jul 30, 2013 at 1:47 AM, John Ladasky wrote: > I'm getting one problem. After a few tests run, I can't close a window. I > am normally closing each interactive test with the ESC key. But when that > fails I try clicking with the mouse. This also fails. This broken behavior > appear

Re: Pyglet on Python3.x, problems

2013-07-29 Thread John Ladasky
G. Ian, thank you, you gave me a clue. I thought I was being careful about avoiding local imports. I just removed the tests directory from inside the pyglet-1.2alpha1 directory and tried running it from its new location. That got rid of the error message which was displaying uncorrected

Re: Pyglet on Python3.x, problems

2013-07-29 Thread John Ladasky
Thanks for your reply, Joshua. >From the interpreter, I too can import pyglet, instantiate a >pyglet.window.Window, and have it pop up (although, following your directions, >now I can't CLOSE it because you didn't assign a name to it! :^]). I can get >all the help information as well. It look

Re: Pyglet on Python3.x, problems

2013-07-29 Thread Ian Kelly
On Mon, Jul 29, 2013 at 4:04 PM, John Ladasky wrote: > pyglet-1.2alpha1/examples/programming_guide/hello_world.py runs fine. > > pyglet-1.2alpha1/examples/programming_guide/image_viewer.py also runs fine. > > pyglet-1.2alpha1/examples/programming_guide/animation.py produces an error. > Here's th

Re: Pyglet on Python3.x, problems

2013-07-29 Thread Joshua Landau
On 29 July 2013 23:04, John Ladasky wrote: > For whatever reason, the pyglet package is getting a lot of attention on > c.l.python these past few days. I am guilty of generating some of that > potentially off-topic conversation myself. At the end of my last thread, I > reported that I had found

Pyglet on Python3.x, problems

2013-07-29 Thread John Ladasky
Hi folks, For whatever reason, the pyglet package is getting a lot of attention on c.l.python these past few days. I am guilty of generating some of that potentially off-topic conversation myself. At the end of my last thread, I reported that I had found the pyglet-users newsgroup, and would