thebjorn <[EMAIL PROTECTED]> wrote: > Visual Studio 2003 was not found on this system. If you have > Cygwin > installed, > you can try compiling with MingW32, by passing "-c mingw32" to > setup.py. > -- bjorn
You need to convince MingW to use the correct VS runtime. Cribbing from: http://www.develer.com/oss/GccWinBinaries the easy way to do this might be to find(in your mingw /lib directory) and copy or rename libmsvcr71.a and libmsvcr71d.a into libmsvcrt.a and libmsvcrtd.a (backing up the originals if desired). If the MingW you have installed doesn't provide the appropriate runtime, you would have to track that down. The MingW/GCC package from the linked page provides a utility to do this, but it is a tossup/up to you if the version of GCC provided is suitable for 'production' use. max -- http://mail.python.org/mailman/listinfo/python-list