Can noone help me with this?
I tried using Cygwin and got the same error.
I have just installed the .NET SDK version 2.0. Do I have to edit some file to specify where it is installed?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using Windows XP, with Python 2.4 and mysql-5.0.22-win32.
When I try to build the setup.py file, I get a .NET SDK missing error.
I have .NET 2.0 installed in the default directory.
If it's relevant, I made the following changes to the site.cfg
[compiler]
mysql_root: C:\mysql-5.0.22-win32
library_dirs: C:\mysql-5.0.22-win32\lib
include_dirs: C:\mysql-5.0.22-win32\include
libraries: mysqlclient
zlib
msvcrt
libcmt
wsock32
advapi32
extra_compile_args:
extra_objects:
Any ideas?
Can noone help me with this?
I tried using Cygwin and got the same error.
I have just installed the .NET SDK version 2.0. Do I have to edit some file to specify where it is installed?
A Windows installer has recently been uploaded, though it uses the MySQL-4.1 client libraries. A MySQL-5.0 version will eventually be available.