Re: [Matplotlib-users] Problems with building from source on windows with MinGW

2006-12-26 Thread Edin Salkovic
On 12/26/06, John Hunter <[EMAIL PROTECTED]> wrote: > Did you rm -rf your build dir (and sometimes site-packages/matplotlib) > before rebuilding. This is usually the cause of such crashes. Yes I have. I even reinstalled windows (not related to matplotlib :), and I had the same problems. I'll ex

Re: [Matplotlib-users] Problems with building from source on windows with MinGW

2006-12-26 Thread John Hunter
> "Edin" == Edin Salkovic <[EMAIL PROTECTED]> writes: Edin> Hi, I'm having problems with building mpl from SVN on WinXP, Edin> Python 2.5, latest numpy. I'm using MinGW from the Edin> enthought edition. I remember building it without problems Edin> just few weeks ago. The bu

[Matplotlib-users] Problems with building from source on windows with MinGW

2006-12-23 Thread Edin Salkovic
Hi, I'm having problems with building mpl from SVN on WinXP, Python 2.5, latest numpy. I'm using MinGW from the enthought edition. I remember building it without problems just few weeks ago. The build process finishes without error. Then, when I try: from pylab import * it crashes import ma