alejandrobll / py-sphviewer

Py-SPHViewer is a framework for rendering cosmological simulations in Python using the Smoothed Particle Hydrodynamics scheme.
https://alejandrobll.github.com/py-sphviewer
GNU General Public License v3.0
70 stars 29 forks source link

Please add python 3 support #8

Closed jsmidt closed 6 years ago

jsmidt commented 7 years ago

This package is wonderful, but only seems to work with Python 2. Given Python 2 is retiring in about 2.5 years, it would be nice if this package made that transition.

alejandrobll commented 7 years ago

Thanks for your comment. I agree that it would be nice if the package also work with Python 3, and suspect that it may work with very minor changes. I will take your comment seriously and will start to dig into which parts need to be changed so that I can ensure full compatibility with Python 3.

alejandrobll commented 7 years ago

Any help in changing what need to be changed so that the code is Python 3 compatible is more than welcome.