MySQLdb1 icon indicating copy to clipboard operation
MySQLdb1 copied to clipboard

Fix ConfigParser import for Python3 in setup_posix.py

Open larsbutler opened this issue 7 years ago • 1 comments

Otherwise, this module will raise ModuleNotFound errors on import.

I found out about this issue from a comment in a Stackoverflow thread: https://stackoverflow.com/questions/35641893/best-way-for-python-to-interface-with-mysql/35842375?noredirect=1#comment84048239_35842375.

larsbutler avatar Feb 01 '18 10:02 larsbutler

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

A fix is also included in #62.

hugovk avatar Jun 09 '18 14:06 hugovk