<div>Kevin Walzer wrote: <br></div><blockquote style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote"><div class="gmail_extra"><pre>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.
</pre></div></blockquote><div><br>Thanks, Kevin.  That was the case with _imagingtk.so and install_name_tool fixed it. <br><br>- Marc<br></div>