Hi,
Is it possible to connect to Mysql thru maya 32bit on windows 64bit.
I have installed 32bit python, 32 bit mysqldb, 32bit mysql server
However, when I execute the following command,
import MySQLdb
I get,
# Error: No module named \_mysql
# Traceback (most recent call last):
# File "", line 1, in
# File "C:\Python25\Lib\site-packages\MySQLdb\__init__.py", line 19, in
# import _mysql
# ImportError: No module named _mysql #
Brgds,
kNish