mountaindust/Planktos

VTK broken in Python 3.x

mountaindust opened this issue · 2 comments

This may be limited to OSX, but VTK throws a system error and crashes Python when loaded. This does not seem to be the case in Python 2.7.

Create a new Python 2.7 module to read in VTK data and save as some kind of universal object, loadable in Python 3.6 within agents.py.

I think this was fixed with 316f23c?

The Python 3.6 VTK problem for OSX appears to have been fixed.