MySQL-for-Python-3 icon indicating copy to clipboard operation
MySQL-for-Python-3 copied to clipboard

MySQL for Python lib port to python 3

Results 3 MySQL-for-Python-3 issues
Sort by recently updated
recently updated
newest added

Python 3.5.3 `python setup.py build sudo python setup.py install ` `In [2]: import MySQLdb --------------------------------------------------------------------------- ImportError Traceback (most recent call last) in () ----> 1 import MySQLdb ~/soft/MySQL-for-Python-3-MySQLdb/MySQLdb/__init__.py in ()...

Hi, I'm trying to use mysql-p3 and I saw that blobs (images in my case) are fetched as str. Which is the best way to get blobs into bytes (old...

## when i install it to my mac , it's always throw some error like below, running build_ext error: in 'ext_modules' option (extension '_mysql'), 'sources' must be present and must...