You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
@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.
The text was updated successfully, but these errors were encountered: