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

Marc Culler marc.culler at gmail.com
Fri Apr 27 06:04:05 CEST 2012


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tkinter-discuss/attachments/20120426/62b8434f/attachment.html>


More information about the Tkinter-discuss mailing list