Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find out how to register a fits reader/writer in python 3.... #36

Closed
mwcraig opened this issue Apr 10, 2014 · 4 comments
Closed

Find out how to register a fits reader/writer in python 3.... #36

mwcraig opened this issue Apr 10, 2014 · 4 comments

Comments

@mwcraig
Copy link
Member

mwcraig commented Apr 10, 2014

Travis builds on #35 are failing in python 3 because the fits reader and the meta in ccddata use iteritems, which went away in python 3. six provides a workaround.

@mwcraig
Copy link
Member Author

mwcraig commented Apr 10, 2014

This might be a virtuous thing to do, but I'm not convinced it is causing the travis fails...

@mwcraig mwcraig changed the title Use six iterate over dictionaries Find out how to register a fits reader/writer in python 3.... Apr 11, 2014
@mwcraig
Copy link
Member Author

mwcraig commented Apr 11, 2014

The issue has something to do with the registry system getting confused in python 3, I think because I'm using the name 'fits' when registering the reader and there is already a 'fits' registered? Maybe? astropy-dev to the rescue, I hope.

@mwcraig
Copy link
Member Author

mwcraig commented Apr 11, 2014

Filed an issue at astropy/astropy#2312

@mwcraig
Copy link
Member Author

mwcraig commented Apr 22, 2014

Fixed in astropy/astropy#2322 which will land in 0.3.2.

@mwcraig mwcraig closed this as completed Apr 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant