|
From: Brian Z. <br...@gm...> - 2009-11-10 20:32:50
|
FWIW, I'm using the official 0.98.5. Looking at the app bundle, all of the matplotlib .so files are linking against: @executable_path/../Frameworks/libgcc_s.1.dylib ...*except* matplotlib/backends/_macosx.so which is linking against: /usr/lib/libgcc_s.1.dylib So, I didn't see any looking in /usr/local/lib. BZ On Tue, Nov 10, 2009 at 11:57 AM, John Hunter <jd...@gm...> wrote: > On Tue, Nov 10, 2009 at 1:26 PM, Emanuele Santos > <ema...@gm...> wrote: > > Hi, Chris > > > > I think it is the official one (0.98.5). > > I didn't try the latest version but I can check if this is still true. > > Could you please -- there were some bugs in linking on the OSX > binaries that were fixed between 0.98.5 and 0.99.1 so I'd like to > confirm that this was fixes as well > > |