|
From: Christopher B. <Chr...@no...> - 2009-11-10 18:12:49
|
Emanuele Santos wrote: > It should load /usr/lib/libgcc_s.1.dylib. The problem is that the binary > package of matplotlib for mac is linked > against /usr/local/lib/libgcc_s.1.dylib. ouch -- it shouldn't be. Did you build it yourself or is that the "official" one? Also, it seems that Py2app really should include libs that are in /usr/local with the bundle, so that may be a py2app bug/feature. Boy, this is a pain! oh well, -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception Chr...@no... |