mysqldb

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • knish
    New Member
    • May 2007
    • 5

    mysqldb

    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 "<maya console>", line 1, in <module>
    # File "C:\Python25\Li b\site-packages\MySQLd b\__init__.py", line 19, in <module>
    # import _mysql
    # ImportError: No module named _mysql #


    Brgds,

    kNish
Working...