The mingw/2.4 build still works.  There are instructions at the top of
the setupext.py file.  The dll linking error you are getting is
something we ran into a lot.  If you have numpy installed distutils
will use the numpy\distutils\mingw32ccompiler.py file.  In the
Mingw32CCompiler class remove all links to "msvcr71".  In my version
of numpy just comment out the whole if block at line 127.

- Charlie

On 7/23/06, Chris Fonnesbeck <[EMAIL PROTECTED]> wrote:
> On 7/23/06, Charlie Moad <[EMAIL PROTECTED]> wrote:
> > This error used to come up with mingw and python2.4 builds, but now we
> > use Visual Studio for python2.4.  I am surprised no one else has
> > reported this error though?  I see you used the egg binary?  Has
> > anyone else use the python2.4 windows egg with success.
> >
>
> Thanks, Charlie. I tried the egg binary and the exe, both with the
> same result. Does it have something to do with the numpy build that I
> am using? I definitely need to use an open source compiler, so it
> would be great to get this running.
>
> C.
>
> --
> Chris Fonnesbeck + Atlanta, GA + http://trichech.us
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to