Kent Johnson wrote:
> Peter Jessop wrote:
>> I am running Python 2.4.3, MySQL 5.0.
>> On trying to install MySQLdb 1.2.1 I ran into the following problem.
>> "
>> D:\Python24\Lib\site-packages\MySQLdb>setup.py build
>> running build
>> running build_py
>> copying MySQLdb\release.py -> build\lib.win
Peter Jessop wrote:
> I am running Python 2.4.3, MySQL 5.0.
> On trying to install MySQLdb 1.2.1 I ran into the following problem.
> "
> D:\Python24\Lib\site-packages\MySQLdb>setup.py build
> running build
> running build_py
> copying MySQLdb\release.py -> build\lib.win32- 2.4\MySQLdb
> running bui
Hi Peter, you can use a different compiler if you have one, such as
mingw32, but I find compiling extensions on Windows is very
problematic.
Any particular features of MySQLdb 1.2.1 you need? 1.2.0 has a Windows
version precompiled -
http://prdownloads.sourceforge.net/mysql-python/MySQL-python.ex