Re: [Tkinter-discuss] Segfault in Image.PhotoImage on OS X

2012-11-14 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. ob

Re: [Tkinter-discuss] Segfault in Image.PhotoImage on OS X

2012-11-14 Thread Kevin Walzer
It's likely that a Tk or Python library is linking against one framework and Tk itself links against another. You'll have to run install_name_tool on the offending library. Sent from my iPhone On Nov 14, 2012, at 10:29 AM, llvllj wrote: > I still have problem with this issue and I don't know

Re: [Tkinter-discuss] Segfault in Image.PhotoImage on OS X

2012-11-14 Thread Kevin Walzer
On 11/14/12 1:51 PM, mohsen jadidi wrote: Can you explain in more detail? what is wrong with my install_name_tool? what do you mean by offending library? On Wed, Nov 14, 2012 at 7:48 PM, Kevin Walzer mailto:k...@codebykevin.com>> wrote: It's likely that a Tk or Python library is linking ag