MySQL with Windows

Alex Martelli aleaxit at yahoo.com
Fri Jan 5 05:22:10 EST 2001


"deadmeat" <root@[127.0.0.1]> wrote in message
news:yJd56.9184$KY1.25399 at news1.rivrw1.nsw.optushome.com.au...
> Is there anywhere I can download pre-compiled MySQL modules with no
> dependencies? MySQLdb seems to need MSVC..

Python C-written modules for Windows must always be compiled
and linked to use MSVCRT.DLL (which is what Python itself
uses), or they risk not interoperating correctly.  Is that
what you mean?


Alex






More information about the Python-list mailing list