mountaindust / Planktos

ABM framework for dispersal modeling
https://planktos.readthedocs.io
GNU General Public License v3.0
5 stars 3 forks source link

VTK broken in Python 3.x #14

Closed mountaindust closed 6 years ago

mountaindust commented 6 years ago

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.

mountaindust commented 6 years ago

I think this was fixed with 316f23c3?

mountaindust commented 6 years ago

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