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,
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
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
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
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
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
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,