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

s/ConfigParser/configparser/ in setup.py #21

Open
hellais opened this issue Sep 13, 2018 · 0 comments
Open

s/ConfigParser/configparser/ in setup.py #21

hellais opened this issue Sep 13, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@hellais
Copy link
Member

hellais commented Sep 13, 2018

@oblivia-simplex commented on Sat Jun 04 2016

Python 3.5.1, at least, expects the configparser module to be spelled without capital letters. This might be a recent change (I've seen the module spelled in CamelCase in a few places online). In any case, the problem can be fixed by changing line 93 to

from configparser import SafeConfigParser

in setup.py


@hellais commented on Thu Jun 09 2016

Thanks for the heads up, though there are still quite a few things we need to change in ooniprobe in order to support python 3.x. I am going to create a label python 3 so we can keep track of all the changes required to add support for it.

@hellais hellais added the bug Something isn't working label Nov 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant