Changes between Initial Version and Version 2 of Ticket #16202


Ignore:
Timestamp:
Sep 20, 2008, 6:13:18 AM (16 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16202

    • Property Keywords python tkinter added
    • Property Owner changed from macports-tickets@… to mww@…
    • Property Port py30-tkinter added
    • Property Milestone changed from to Port Bugs
  • Ticket #16202 – Description

    initial v2  
    11Error output:
    22
     3{{{
    34    root = Tk()
    45  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.0/lib/python3.0/lib-tk/Tkinter.py", line 1637, in __init__
     
    78    % (_tkinter.TK_VERSION, tk_version))
    89RuntimeError: tk.h version (8.5) doesn't match libtk.a version (8.4)
     10}}}
    911
     12Changing Portfile (currently) line 43 from:
    1013
    11 
    12 Changing Portfile (currently) line 43 from (don't know how to turn off auto-formating e.g. underline):
    13 
     14{{{
    1415        reinplace "s|__TK-VERSION__|8.4|g" ${worksrcpath}/setup.py
     16}}}
    1517
    1618To:
    1719
     20{{{
    1821        reinplace "s|__TK-VERSION__|8.5|g" ${worksrcpath}/setup.py
    19 
     22}}}
    2023
    2124Seems to resolve the issue.