Re: [Pythonmac-SIG] Trouble building against Tkinter on 64-bit python.org python

2012-12-21 Thread llvllj
I still have problem with this issue and I don't know what I'm doing wrong. objc[1296]: Class TKApplication is implemented in both /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk and /Library/Frameworks/Tk.framework/Versions/8.5/Tk. One of the two will be used. Which one is undefined. objc

Re: [Pythonmac-SIG] Trouble building against Tkinter on 64-bit python.org python

2011-10-12 Thread Kevin Walzer
On 10/12/11 5:29 PM, Russell E. Owen wrote: objc[1083]: Class TKWindow is implemented in both /Library/Frameworks/Tk.framework/Versions/8.5/Tk and /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk. One of the two will be used. Which one is undefined. Any idea how to deal with this? Google

[Pythonmac-SIG] Trouble building against Tkinter on 64-bit python.org python

2011-10-12 Thread Russell E. Owen
I'm on MacOS X 10.6.8 using 64-bit Python 2.7.2 from python.org (the 10.6 version) and ActiveState Tcl/Tk 8.5.10. I would like to build matplotlib 1.1.0 (in fact I'd like to build an official binary installer) and am running into problems. The build and install goes fine, though with a few odd