From: Yuval T. <yu...@ad...> - 2006-06-07 09:21:17
|
David Katcoff wrote: > After reading some forum entries I finally think I'm on the right track. I > simple type in "python setup.py build". After editing _db2_module.c to > change (void *) to (char*) I get the message: error: "The .NET Framework > SDK has to be installed before building extensions for Python". > I then installed the Framwork, but now it's telling me that I need to use > V7.1 of the compiler, so I downloaded an SDK from 2003 which has a VC7 > subdir, but it's complaining about not having V7.1 installed. > It seems like the problem is with python's distutils - try to play with distutils\msvccompiler.py and see if you can modify the file to fit your current compiler. Yuval. |