Kevin Walzer wrote:

> Sometimes Tk extension libraries will link against
> /System/Library/Frameworks instead of /Library/Frameworks when they are
> being compiled--this can cause the kinds of conflicts and crashes that
> you are seeing. The install_name_tool tool can re-link a binary to the
> correct framework, see the man page.
>
>
Thanks, Kevin.  That was the case with _imagingtk.so and install_name_tool
fixed it.

- Marc
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to