Re: [matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-11-30 Thread Andrew Straw
David Cournapeau wrote: Andrew Straw wrote: I looked a little further, and it depends on the directory that the tests are run from -- if I manually log into the build slave, I can get the tests to run (in fact, one segfaults) if I try from a different working directory. Anyhow, now that

Re: [matplotlib-devel] Segmentation fault from fresh OSX snow leopard build

2009-11-30 Thread Michiel de Hoon
Do you get the segmentation fault also with other backends (e.g. Tkagg) or only with the MacOSX backend? --Michiel. --- On Sun, 11/29/09, Matthew Brett matthew.br...@gmail.com wrote: From: Matthew Brett matthew.br...@gmail.com Subject: Re: [matplotlib-devel] Segmentation fault from fresh OSX

Re: [matplotlib-devel] Segmentation fault from fresh OSX snow leopard build

2009-11-30 Thread Jcmottram
Hi, I've been having an almost identical problem with described above with the MacOSX backend. When I switched to the TkAgg backend, the segfault occurs when I try pylab.close() instead. Do you get the segmentation fault also with other backends (e.g. Tkagg) or only with the MacOSX

Re: [matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-11-30 Thread Tony S Yu
On Nov 30, 2009, at 4:34 AM, Andrew Straw wrote: However, with svn r7985, the trunk fails to find the tests. This is so weird. There's nothing in that commit that I can see that should cause the failure, but it seems repeatable. r7984 doesn't have it and r7985 does. And it appears to be

Re: [matplotlib-devel] [Matplotlib-users] encoding of files included in sphinx

2009-11-30 Thread Michael Droettboom
Sorry this thread fell through the cracks. Thanks for the reminder. The error is not actually on importing and parsing the .py file (it seems to do that just fine). The error is on printing to the console, at which point it tries to convert the Unicode string to ascii (which fails because

Re: [matplotlib-devel] Segmentation fault from fresh OSX snow leopard build

2009-11-30 Thread Tony S Yu
On Nov 30, 2009, at 9:09 AM, Jcmottram wrote: Hi, I've been having an almost identical problem with described above with the MacOSX backend. When I switched to the TkAgg backend, the segfault occurs when I try pylab.close() instead. I may have had the same problem. Do you happen to

Re: [matplotlib-devel] Segmentation fault from fresh OSX snow leopard build

2009-11-30 Thread Matthew Brett
Hi,   I've been having an almost identical problem with described above with the MacOSX backend. When I switched to the TkAgg backend, the segfault occurs when I try pylab.close() instead. I may have had the same problem. Do you happen to be on a recent revision? Christoph Gohlke pointed

[matplotlib-devel] Mac osx make generalization

2009-11-30 Thread Matthew Brett
Hi, Can I suggest the following generalization in the make.osx make file? It makes it a bit easier to configure for odd builds like mine... Thanks a lot, Matthew generalize_mac_deployment.diff Description: Binary data

[matplotlib-devel] matplotlib is breaking numpy

2009-11-30 Thread Mathew Yeates
Here is sample code demonstrating the problem I'm having with pyhd5/numpy/matplotlib import h5py import numpy import re import sys import os import gtk import pdb import gc from matplotlib.figure import Figure from matplotlib.backends.backend_gtkagg import FigureCanvasGTKAgg as FigureCanvas