tags:

views:

88

answers:

2

Hi,

I have installed activestatepython and am trying to import MySQLdb

import mySQLdb

gives me an error stating "No module called MySQLdb"

I have tried searching but all the resources out there explain how to set up the mySQLdb for unix, not for windows, can you please tell me how I can do that with Activestate python? I am also planning to use pyDev (eclipse) from now on, how do I configure MySQLdb in both cases?

Thanks

A: 

See the answers to this question:

http://stackoverflow.com/questions/645943/mysql-for-python-in-windows

msanders
A: 

You can find a detailed HOWTO over here

lugte098