pyglet problems?
Thanks to PyWeek, a small number of bugs in pyglet have been reported -- and promptly fixed.If you wrote a game in pyglet this time round and ran into any problems: a bug, a workaround that was needed, something that wasn't documented correctly, something that you couldn't figure out... please let me know! I'm not (very) clairvoyant and don't hear about these problems unless you tell me :-)
Also, if you're playing someone's game that you think uses pyglet and are having some problems that are possibly platform-related, I'd be keen to learn about them too.
I understand that filing a bug report is an awful lot of trouble, so please feel free to just add your comments here.
Cheers!
(log in to comment)
Also, as of r2000:
We're planning to release a patched up Make Me which resolves this issue, as well as some minor collision bugs, saves games to disk and makes use of the light you can put on your head. We'll probably put this out along with Windows and Mac OS X distributions after the judging period ends.
On the other hand, if you can't enable music then AVbin probably hasn't been installed (perhaps a permissions issue?).
Comments
>>> import pyglet
>>> pyglet.media.have_avbin
True
(or False, as the case may be...)
File "/Users/clint/Desktop/pyweek6-games_04-07-2008/make_me/pyglet/media/drivers/openal/__init__.py", line 113, in __init__
raise OpenALException('Unsupported audio format.')
pyglet.media.drivers.openal.OpenALException: Unsupported audio format.
Here's my full error. Not sure what the cause or solution is, but it's perhaps a platform-specific issue.
If Pyglet is installed and working fine, then it seems like AVbin should be as well (because it's included in the install). I'm really rather puzzled.
I'm assuming other people have successfully run this game on OSX?
I will try to build a test program that reproduces the bugs.
@alex, @richard: added bug #290
claxo on 2008/04/10 01:52:
This is not a bug report but a feature request.How about pyglet checking at startup the dependencies and emiting an apropiate error message?
python version, name and version of modules required by pyglet, that is for those non in the standart python ditribution.
Its not a wow!! feature but would be a nice detail.