# otool -L /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_tkinter.so /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_tkinter.so: /Library/Frameworks/Tcl.framework/Versions/8.4/Tcl (compatibility version 8.4.0, current version 8.4.19) /Library/Frameworks/Tk.framework/Versions/8.4/Tk (compatibility version 8.4.0, current version 8.4.19) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.3.10)
I needed to modify the path in the second command, since matplotlib was installed into /Library/Python/2.6/site-packages. Could that be the issue? Anyway, here is the output: # otool -L /Library/Python/2.6/site-packages/matplotlib/backends/_tkagg.so /Library/Python/2.6/site-packages/matplotlib/backends/_tkagg.so: /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.9.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.0.1) /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.3) /System/Library/Frameworks/Tcl.framework/Versions/8.5/Tcl (compatibility version 8.5.0, current version 8.5.7) /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk (compatibility version 8.5.0, current version 8.5.7) I see there are some compatibility issues. What would be the best way to deal with it? Thanks, Hana On 6/18/10 2:07 PM, Friedrich Romstedt wrote: > 2010/6/18 Hana Sevcikova<h...@cs.washington.edu>: > >> I installed python-2.6.5-macosx10.3-2010-03-24.dmg from python.org. (Sorry, >> I should have mentioned that before.) >> > Hmm, could you please run: > > otool -L > /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_tkinter.so > otool -L > /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/matplotlib/backends/_tkagg.so > > and post the output (copy to clipboard with | pbcopy) > > Friedrich > ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users