On 30 Mar, 17:40, "Ryan Ginstrom" <[EMAIL PROTECTED]> wrote: > Another option is to compile your extensions with gcc, and specify that it > link to MSVCR71.dll as the C runtime. > > For MinGW, it's sufficient to edit the specs (e.g. in > C:\MinGW\lib\gcc\mingw32\3.4.2) like so: > *libgcc: > %{mthreads:-lmingwthrd} -lmingw32 -lgcc -lmoldname -lmingwex -lmsvcr71
True, I was hoping to avoid MinGW, since I've been using MSVC for ages and I know it well. Yet another package on the disk, etc... But as this seems like the simplest solution for now I'll try that. Cheers! /axl -- http://mail.python.org/mailman/listinfo/python-list