On 8/6/07, Michael Droettboom <[EMAIL PROTECTED]> wrote:
> from setupext import get_win32_compiler
> if sys.platform == 'win32' and get_win32_compiler() == 'mingw32':
> for module in ext_modules:
> module.libraries.append("msvcrt")
That message in setupext.py:
NOTE, if you are building on python24 on win32, see
http://mail.python.org/pipermail/python-list/2004-December/254826.html
refers to a patch for distutils to work around that bug. It now
appears this link is stale. Your approach is better anyway, because
it doesn't require patching distutils. I had assumed that because you
guys were following the build instructions closely, that this *was
not* the source of your problems. But it looks like the same bug, or
at least a closely related one. Haven't been able to find an active
link for that post, but your approach probably obviates it anyway.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Matplotlib-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-users