Re: [Numpy-discussion] can't import pylab

2009-04-19 Thread Robert Kern
On Sun, Apr 19, 2009 at 22:31, John Seales wrote: > I can't import pylab!! > > it's a problem with ft2font. I checked for the existence of the files it's > looking for, the libfreetype.6.dylib, and  ft2font.so – they exist in the > places they're supposed to. I don't really know what 'image not fo

[Numpy-discussion] can't import pylab

2009-04-19 Thread John Seales
I can't import pylab!! it's a problem with ft2font. I checked for the existence of the files it's looking for, the libfreetype.6.dylib, and ft2font.so – they exist in the places they're supposed to. I don't really know what 'image not found' exactly means. If anyone has any suggestions, I w

Re: [Numpy-discussion] Leopard install

2009-04-19 Thread Christopher Burns
When I built the numpy binary last year I used the svn trunk of bdist_mpkg and changed the module that builds the info.plist (diff below). This was much easier then modifying the package after it's built. Chris Index: bdist_mpkg/plists.py =

Re: [Numpy-discussion] svn test failures: linalg with complex

2009-04-19 Thread Chris Colbert
you could always build atlas from source, the benefit of that is that you can build it with threading enabled, vs the ubuntu packages which dont scale across cores (at least on my machine they didnt). The build instructions on scipy.org are fairly complete, if you give it a go and have any trouble

Re: [Numpy-discussion] Buildbot unavailable

2009-04-19 Thread Stéfan van der Walt
Thanks, should be fixed now. 2009/4/18 Pauli Virtanen : > Hi, > > buildbot.scipy.org says: > >        Service Temporarily Unavailable > >        The server is temporarily unable to service your request due to >        maintenance downtime or capacity problems. Please try again later. _