MySQLdb & Python 2.4 on Windows

Fredrik Lundh fredrik at pythonware.com
Sun Dec 19 18:51:48 EST 2004


Matthias Verniers wrote:

> 2. Is it possible to use Python 2.4 & 2.3 next to each other without conflicts?

yes, assuming "next to each other" means "on the same machine".

but binary extensions are bound to the Python version they were built
for; you cannot use a 2.3 extension with 2.4 on windows.

</F> 






More information about the Python-list mailing list