Changes between Initial Version and Version 1 of Ticket #45240


Ignore:
Timestamp:
Oct 2, 2014, 6:03:15 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45240

    • Property Cc stromnov removed
    • Property Owner changed from macports-tickets@… to stromnov@…
  • Ticket #45240 – Description

    initial v1  
    33First, _imagingtk.so cannot be found (from PIL import _imagingtk), and second, the shared libraries Pillow uses don't know whether to link to MacPorts' Tk or my system Tk -
    44
     5{{{
    56Class TKApplication is implemented in both /opt/local/lib/libtk8.6.dylib and /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk. One of the two will be used. Which one is undefined.
    67Class TKMenu is implemented in both /opt/local/lib/libtk8.6.dylib and /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk. One of the two will be used. Which one is undefined.
    78Class TKContentView is implemented in both /opt/local/lib/libtk8.6.dylib and /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk. One of the two will be used. Which one is undefined.
    89Class TKWindow is implemented in both /opt/local/lib/libtk8.6.dylib and /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk. One of the two will be used. Which one is undefined.
     10}}}
    911
    1012Having spent some time trying to determine if it is something in the Pillow update itself or in the MacPorts update, I believe it comes down to this change -
    1113
    12 https://trac.macports.org/browser/trunk/dports/python/py-Pillow/files/patch-setup.py.diff?rev=126001#L96
     14browser:trunk/dports/python/py-Pillow/files/patch-setup.py.diff?rev=126001#L96
    1315
    1416This modification doesn't appear in the Pillow code as far as I can tell. Can I ask stromnov, what I'm missing here? What was the reasoning behind this change?