MySQLdb & Python 2.4 on Windows
Fredrik Lundh
fredrik at pythonware.com
Sun Dec 19 18:51:48 EST 2004
More information about the Python-list mailing list
Sun Dec 19 18:51:48 EST 2004
- Previous message (by thread): MySQLdb & Python 2.4 on Windows
- Next message (by thread): MySQLdb & Python 2.4 on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message (by thread): MySQLdb & Python 2.4 on Windows
- Next message (by thread): MySQLdb & Python 2.4 on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list