Panda3D specifically for enthought canopy

Hi,
I’ve just released vext.panda3d that lets you use panda3d in a virtualenv. Panda3d has to still be installed in the system python, but once it is you can just run:

$ pip install vext.panda3d

Vext works in Windows and Linux, but needs testing in OSX - should work™ though.
I haven’t tested panda3d very much, so let me know any problems at

github.com/stuaxo/vext

Vext is a bit of a hack, in the longer term it’s best if libraries move off the Python C API* and onto CFFI - as well as performance benefits it has works on other python implementations like Pypy.

*I’m guessing that Panda3D uses the Python C API - I haven’t checked the code.

Note - vext is python2.x only at this point.