Re: [Matplotlib-users] Non-interactive use always tries to load wx

2007-10-02 Thread Eric Firing
Daniel O'Connor wrote: > Hi, > I am trying to use matplotlib non-interactively but if I don't have > DISPLAY set then wx barfs even though I have tried forcing the backend, > etc.. This is characteristic of matplotlib that I think should be considered a major bug, but I have not gotten around to

Re: [Matplotlib-users] Non-interactive use always tries to load wx

2007-10-02 Thread Daniel O'Connor
On Tue, 2 Oct 2007, Jouni K. Seppänen wrote: > "Daniel O'Connor" <[EMAIL PROTECTED]> writes: > > I am trying to use matplotlib non-interactively but if I don't have > > DISPLAY set then wx barfs even though I have tried forcing the > > backend, etc.. > > This should probably be in the FAQ... you ne

Re: [Matplotlib-users] Non-interactive use always tries to load wx

2007-10-02 Thread Jouni K . Seppänen
"Daniel O'Connor" <[EMAIL PROTECTED]> writes: > I am trying to use matplotlib non-interactively but if I don't have > DISPLAY set then wx barfs even though I have tried forcing the backend, > etc.. This should probably be in the FAQ... you need to set the backend before you import pylab, because

[Matplotlib-users] Non-interactive use always tries to load wx

2007-10-02 Thread Daniel O'Connor
Hi, I am trying to use matplotlib non-interactively but if I don't have DISPLAY set then wx barfs even though I have tried forcing the backend, etc.. eg.. [midget 16:51] ~/projects/beermon >python Python 2.5.1 (r251:54863, Aug 14 2007, 11:27:14) [GCC 3.4.6 [FreeBSD] 20060305] on freebsd6 Type "hel