chrome972 / pybox2d

Automatically exported from code.google.com/p/pybox2d
0 stars 0 forks source link

Examples using pgu will crash with pygame 1.8.1 #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install pygame 1.8.1
2. run demos.py , it will crash
3. Its a known compatibility problem with pgu - pygame 1.8.1

What is the expected output? What do you see instead?
crash

What version of the product are you using? On what operating system?
Box2D-2.0.1b4.win32-py2.4.exe - win XP + SP3

Please provide any additional information below.
Its a pgu incompatibility with pygame 1.8.1 . There is a pgu patch for 
this, plus aditional compatibility notes in a thread of pygame users:
http://thread.gmane.org/gmane.comp.python.pygame/15580

Original issue reported on code.google.com by ccanepacc@gmail.com on 5 Sep 2008 at 1:07

GoogleCodeExporter commented 8 years ago
Thanks for the fix! I had noticed the problem and made my own quick hack, but 
the
solution posted there is better. (svn r58)

Original comment by sir...@gmail.com on 5 Sep 2008 at 1:37