Re: [Matplotlib-users] Problem installing 0.91.2 egg on OS X 10.4

2008-01-14 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, "Charlie Moad" <[EMAIL PROTECTED]> wrote: > I have replaced the binary with a working version. I'm running into an odd issue with that version (at least). If I unzip the egg and run easy_install on it it ends up in site-packages with odd permissions: % pwd /Lib

Re: [Matplotlib-users] Problem installing 0.91.2 egg on OS X 10.4

2008-01-11 Thread Michele Vallisneri
It works! Thanks for such quick turnaround! If I may add a suggestion for the matplotlib setup from sources (which I had tried just after the egg install failed): The directory specified to the --prefix argument of setup.py would seem like a natural addition to basedir in setupext.py (of cour

Re: [Matplotlib-users] Problem installing 0.91.2 egg on OS X 10.4

2008-01-11 Thread Charlie Moad
I have replaced the binary with a working version. Thanks again for the catch, Charlie On Jan 11, 2008 2:15 PM, Charlie Moad <[EMAIL PROTECTED]> wrote: > Apparently a dynamic link snuck into the build. Typically everything > is statically included. You can see this by running the following

Re: [Matplotlib-users] Problem installing 0.91.2 egg on OS X 10.4

2008-01-11 Thread Charlie Moad
Apparently a dynamic link snuck into the build. Typically everything is statically included. You can see this by running the following command: uaternion:matplotlib cmoad$ otool -L ft2font.so ft2font.so: /usr/local/lib/libfreetype.6.dylib (compatibility version 10.0.0, current version 10

[Matplotlib-users] Problem installing 0.91.2 egg on OS X 10.4

2008-01-11 Thread Michele Vallisneri
Hello all, after installing matplotlib 0.91.2 from the sourceforge egg on OS X 10.4.11 (Python 2.5.1), I get the following error: >>> import pylab Traceback (most recent call last): File "", line 1, in File "/Users/vallis/lib/python2.5/site-packages/matplotlib-0.91.2- py2.5-macosx-10.3