saltastro / pysalt

Python/Pyraf software for the reduction and analysis of SALT data
Other
15 stars 19 forks source link

python 2 to 3 #58

Open crawfordsm opened 10 years ago

crawfordsm commented 10 years ago

Slottools and a few other packages do not work in python3. All packages should be checked that they work in python 3.

astromancer commented 9 years ago

Hey Steve

I've created a fork for this purpose here: https://github.com/apodemus/pysalt3.
I managed to get slotphot running on PyRAF 2.2.dev2355 with Python 3.4.3 without too much trouble.

Backward compatibility i guess will take a bit more work...

Cheers

crawfordsm commented 9 years ago

Awesome!! Please feel free to make pull requests now that you have something working.

I'm happy to check the backward compatibility and check what may need to change to let 2.7 work, which hopefully should be a minimal amount of things.