Pippy allows the student to examine, execute, and modify simple Python programs. In addition it is possible to write Python statements to play sounds, calculate expressions, or make simple text based interactive games.
Fedora has a Box2D library available for Python 3, as package pybox2d,
Debian and Ubuntu do not have a Box2D library available for Python 3. This has been logged by others as Debian bug 922215. Workaround is to install swig and python-pip3, then use pip3 install box2d.
In v72, the Physics example started fine.
In v73, the Physics example fails to start, because the embedded Box2D library is not ported.
Work is needed to;
At time of writing,
pybox2d
,swig
andpython-pip3
, then usepip3 install box2d
.