Re: MySQLdb ImportError

2007-08-31 Thread Steve Holden
Sjoerd wrote: > Hello! > > When I try to import the MySQLdb lib python generates an error: > > Traceback (most recent call last): > File "", line 1, in > import MySQLdb > File "C:\Python25\lib\site-packages\MySQLdb\__init__.py", line 19, > in > import _mysql > ImportError: DLL load

MySQLdb ImportError

2007-08-31 Thread Sjoerd
Hello! When I try to import the MySQLdb lib python generates an error: Traceback (most recent call last): File "", line 1, in import MySQLdb File "C:\Python25\lib\site-packages\MySQLdb\__init__.py", line 19, in import _mysql ImportError: DLL load failed with error code 193 This is