farcepest / MySQLdb1

MySQL database connector for Python (legacy version)
https://sourceforge.net/projects/mysql-python/
666 stars 318 forks source link

Fix ConfigParser import for Python3 in setup_posix.py #136

Open larsbutler opened 6 years ago

larsbutler commented 6 years ago

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.

hugovk commented 6 years ago

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

A fix is also included in #62.