farcepest / MySQLdb1

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

setup_posix support python3 #85

Closed 9nix00 closed 10 years ago

methane commented 10 years ago

@9nix00 FYI, I've created a fork of MySQLdb1 named mysqlclient. It can be used as drop in replacement of MySQLdb1 and supports Python 3.

9nix00 commented 10 years ago

it works. thanks!