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

Python 3.5 ConfigParser #95

Closed
jhunkeler opened this issue Jan 5, 2017 · 6 comments
Closed

Python 3.5 ConfigParser #95

jhunkeler opened this issue Jan 5, 2017 · 6 comments
Labels

Comments

@jhunkeler
Copy link
Contributor

jhunkeler commented Jan 5, 2017

+ python setup.py install
Traceback (most recent call last):
  File "setup.py", line 25, in <module>
    conf = config.ConfigParser()
AttributeError: module 'distutils.config' has no attribute 'ConfigParser'
@pllim
Copy link
Contributor

pllim commented Jan 5, 2017

The fix is the same as spacetelescope/imexam#62

@pllim pllim added the bug label Jan 5, 2017
@larrybradley
Copy link
Member

But it was already fixed here. I can't reproduce this.

@pllim
Copy link
Contributor

pllim commented Jan 5, 2017

Oh yeah. Fixed in #87.

@jhunkeler
Copy link
Contributor Author

jhunkeler commented Jan 5, 2017

https://github.com/spacetelescope/sphere/blob/v1.0.6/setup.py

We pull from tags, so it's not fixed. We need to make a 1.0.7 release.

Bah...

@pllim
Copy link
Contributor

pllim commented Jan 5, 2017

Latest release is 1.0.10 but looks like you figured it out. 😄

@jhunkeler
Copy link
Contributor Author

recedes back into the darkness

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants