| Bug #85108 | ImportError: No module named 'ConfigParser' | ||
|---|---|---|---|
| Submitted: | 21 Feb 2017 16:08 | Modified: | 22 Feb 2017 6:25 |
| Reporter: | Shahriyar Rzayev | Email Updates: | |
| Status: | Verified | Impact on me: | |
| Category: | MySQL Utilities | Severity: | S2 (Serious) |
| Version: | 1.6.5 | OS: | Any |
| Assigned to: | CPU Architecture: | Any | |
[22 Feb 2017 6:25]
Chiranjeevi Battula
Hello Shahriyar Rzayev, Thank you for the bug report. Thanks, Chiranjeevi.
[22 Feb 2017 6:26]
Chiranjeevi Battula
Traceback (most recent call last):
File "D:\UT\mysql-utilities-1.6.5\setup.py", line 21, in <module>
import ConfigParser
ImportError: No module named 'ConfigParser'
[25 Apr 2018 23:50]
MySQL Verification Team
https://bugs.mysql.com/bug.php?id=84817 marked as duplicate of this one.

Description: Failed to use with Python 3.5.3 [shahriyar.rzaev@qaserver-04 mysql-utilities-1.6.5]$ python3 setup.py install Traceback (most recent call last): File "setup.py", line 21, in <module> import ConfigParser ImportError: No module named 'ConfigParser' How to repeat: See description Suggested fix: Make Python3 compatible