Re: [Matplotlib-users] [matplotlib-devel] os x egg fubar?

2008-12-20 Thread Samuel M. Smith
Please try again with the new OS X binaries at https://sourceforge.net/project/showfiles.php?group_id=80706package_id=278194release_id=646644 Clean install of matplotlib-0.98.5.2-py2.5-macosx10.5.mpkg worked fine for me on OS X 10.5.6 MBP Intel 15 with

Re: [Matplotlib-users] [matplotlib-devel] os x egg fubar?

2008-12-16 Thread Christopher Barker
John Hunter wrote: I've posted new eggs and a binary mpkg installer for OS X and a new tarball. I've tried your egg renaming trick. Let me know how it goes. well, when I tried: easy_install matplotlib-0.98.5.1-py2.5-macosx.egg it again did the sillyness of installing it, then going and

Re: [Matplotlib-users] [matplotlib-devel] os x egg fubar?

2008-12-16 Thread John Hunter
On Tue, Dec 16, 2008 at 2:17 PM, Christopher Barker chris.bar...@noaa.gov wrote: However, once installed, I tried to run it, and got libpng issues -- aaarrgg!: Could you also test the mpkg zip file -- I am curious if that shows the same png problems for you. JDH

Re: [Matplotlib-users] [matplotlib-devel] os x egg fubar?

2008-12-16 Thread Christopher Barker
Another note: I was wrong, if I easy_install the egg without the -macosx from scratch, it fails with: Searching for matplotlib-0.98.5.1-py2.5 Reading http://pypi.python.org/simple/matplotlib-0.98.5.1-py2.5/ Couldn't find index page for 'matplotlib-0.98.5.1-py2.5' (maybe misspelled?) Scanning

Re: [Matplotlib-users] [matplotlib-devel] os x egg fubar?

2008-12-16 Thread John Hunter
On Tue, Dec 16, 2008 at 2:25 PM, John Hunter jdh2...@gmail.com wrote: dlopen(/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/matplotlib-0.98.5.1-py2.5.egg/matplotlib/_png.so, 2): Symbol not found: _png_destroy_read_struct Referenced from: Well, at least we have

Re: [Matplotlib-users] [matplotlib-devel] os x egg fubar?

2008-12-16 Thread John Hunter
On Tue, Dec 16, 2008 at 3:59 PM, John Hunter jdh2...@gmail.com wrote: Just a quick comment -- the symbol _png_destroy_read_struct is not defined in the png sources I am using (png_destroy_read_struct is). Thus it looks like a C++ name mangling issue, probably introduced when the mpl c++

Re: [Matplotlib-users] [matplotlib-devel] os x egg fubar?

2008-12-16 Thread John Hunter
On Tue, Dec 16, 2008 at 3:17 PM, Christopher Barker chris.bar...@noaa.gov wrote: python myfile.py -dPS same error -- why does it need to use png at all with PS? Chris, Thanks for all the tests. The image module uses _png. Even the vector backends need raster images. We could move the