[matplotlib-devel] dvipng version error

2007-01-15 Thread bern
Hello: I am getting an identical error to the error encountered by Charlie Moad (posted Apr 10, 2006; 08:46am). I am running Python 2.4.4 (#71, Oct 18 2006, 08:34:43) [MSC v.1310 32 bit (Intel)] on win32 with Matplotlib v 0.87.7. my system is: XP home, SP2 on a Dell XPS600, Dual Core P4 3.40GHz,

Re: [matplotlib-devel] IPython problem

2007-01-15 Thread Steve Chaplin
On Mon, 2007-01-15 at 08:26 -0700, Fernando Perez wrote: > Those lines also work fine from an ipython prompt: > > In [1]: from matplotlib.backends import backend_cairo > > In [2]: from matplotlib.backends.backend_gtk import * They work, but they are not relevant to this problem. Darren has confu

Re: [matplotlib-devel] [Matplotlib-users] Installation problem matplotlib svn

2007-01-15 Thread Darren Dale
On Monday 15 January 2007 14:21, Nils Wagner wrote: > On Mon, 15 Jan 2007 14:03:47 -0500 > > Darren Dale <[EMAIL PROTECTED]> wrote: > > Nils, > > > > Please don't post to matplotlib when you have problems > >with svn-matplotlib. > > Post to matplotlib-devel. > > > > Darren > > I have removed the

Re: [matplotlib-devel] [Matplotlib-users] Installation problem matplotlib svn

2007-01-15 Thread Nils Wagner
On Mon, 15 Jan 2007 14:03:47 -0500 Darren Dale <[EMAIL PROTECTED]> wrote: > Nils, > > Please don't post to matplotlib when you have problems >with svn-matplotlib. > Post to matplotlib-devel. > > Darren I have removed the build directory. The CHANGELOG has a new entry 2007-01-15 src/_imag

Re: [matplotlib-devel] Cairo backend prospects

2007-01-15 Thread Fernando Perez
On 1/14/07, Steve Chaplin <[EMAIL PROTECTED]> wrote: > Darren reported a "bug" in backend_gtkcairo.py which he has "fixed". My > view is that the lines > from matplotlib.backends import backend_cairo > from matplotlib.backends.backend_gtk import * > work fine when called from the Python prompt. Th

Re: [matplotlib-devel] Cairo backend prospects

2007-01-15 Thread Steve Chaplin
On Fri, 2007-01-12 at 08:44 -0600, John Hunter wrote: > > "Steve" == Steve Chaplin <[EMAIL PROTECTED]> writes: > > Steve> I propose this new version of buffer_bgra32 (and > Steve> buffer_argb32). I tested it with cairo and it seems to work > Steve> OK. > > This looks good -- pleas

Re: [matplotlib-devel] Cairo backend prospects

2007-01-15 Thread Darren Dale
On Monday 15 January 2007 12:16 am, Steve Chaplin wrote: > On Thu, 2007-01-11 at 00:01 -0700, Fernando Perez wrote: > > On 1/10/07, Steve Chaplin <[EMAIL PROTECTED]> wrote: > > > On Mon, 2007-01-08 at 11:24 -0500, Darren Dale wrote: > > > > I had to alter the following lines from backend_gtkcairo,