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 <k...@codebykevin.com
<mailto:k...@codebykevin.com>> wrote:

    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.

Rather than running otool -L against the Python and Tk frameworks, run it against tkinter.so, and whatever shared objects/dylibs are part of the Imaging extension. They should be linked against the same framework as tkinter.so. The install_name_tool CLI program can fix this. See man install_name_tool for more information.

--Kevin


--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to