ch3ll0v3k / pybox2d

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

Box2D Python3 compatibility issues #56

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I just discovered that pybox2d builds perfectly for Python 3. At the attempt of 
using it, Python 3 complains about dict.iteritems() not being implemented. This 
is used in Box2D.py in __init__. If one replaces iteritems() with items(), 
Box2D seems to work.

Original issue reported on code.google.com by d33...@gmail.com on 29 Aug 2014 at 5:40

GoogleCodeExporter commented 8 years ago
It would be interesting to get pybox2d to work with Python 3.

Original comment by liaki...@gmail.com on 5 May 2015 at 8:52