kmonsoor / pyglet

Automatically exported from code.google.com/p/pyglet
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Infinite runtime without showing window #629

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I just downloaded pyglet and installed it with the command prompt:
python setup.py install

The installation was fine without any errors.
Now I tried the Hello World tutorial and it was running without any error 
messages, but the window doesn't show.
I had to terminate it manually, because it didn't stop.
I tried the same with an example that was in the .zip, and got the same result.

Python 3.3
Windows 7 x86

Original issue reported on code.google.com by Antexti...@googlemail.com on 22 Feb 2013 at 6:20

GoogleCodeExporter commented 9 years ago
I tested it with another IDE and that was giving a warning:
Warning: evaluating 'pyglet.app.run' at pyglet_test.py#48: could not find data 
for Python blob 'pyglet', line 48, column 16

I get this warning in any example I use.

Original comment by Antexti...@googlemail.com on 23 Feb 2013 at 11:46