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 #522

Closed
oblivia-simplex opened this issue Jun 4, 2016 · 2 comments
Closed

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

oblivia-simplex opened this issue Jun 4, 2016 · 2 comments

Comments

@oblivia-simplex
Copy link

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
Copy link
Member

hellais commented Jun 9, 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
Copy link
Member

hellais commented Sep 13, 2018

Issue moved to ooni/probe-legacy #21 via ZenHub

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

2 participants