MySQLdb1 icon indicating copy to clipboard operation
MySQLdb1 copied to clipboard

Py2/3 Compatible Imports for ConfigParser

Open teward opened this issue 8 years ago • 1 comments

Py3 renamed 'ConfigParser' to 'configparser'. This fails on Py3 setup, because it tries to import 'ConfigParser' and not 'configparser'. Otherwise it should work identically.

Note that I got here from the PyPI page. Unless you upload a Python2 only wheel and not a Python3 wheel, it's going to be able to install from the source you uploaded, which is not yet Python3 compatible. However, this change should fix the Py3 problem.

teward avatar May 12 '17 15:05 teward

These are duplicates: #59, #126, #136, #138.

A fix is also included in #62.

hugovk avatar Jun 09 '18 14:06 hugovk