[MacPorts] #13928: python idle.24 doesnt run fails tk dependencies

MacPorts trac at macosforge.org
Tue Jan 15 20:22:35 PST 2008


#13928: python idle.24 doesnt run fails tk dependencies
----------------------------+-----------------------------------------------
  Reporter:  asmarin at us.es  |       Owner:  macports-tickets at lists.macosforge.org
      Type:  defect         |      Status:  new                                  
  Priority:  Normal         |   Milestone:  Port Bugs                            
 Component:  ports          |     Version:  1.6.0                                
Resolution:                 |    Keywords:                                       
----------------------------+-----------------------------------------------
Comment (by gui_dos at macports.org):

 The problem is due to the setup.py script in the current py25-tkinter
 module
 which has not been updated for Tcl 8.5.
 {{{
 reinplace "s|__TK-VERSION__|8.4|g"
 }}}
 should be updated into:
 {{{
 reinplace "s|__TK-VERSION__|8.5|g
 }}}

-- 
Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13928#comment:2>
MacPorts </projects/macports>
Ports system for Mac OS


More information about the macports-tickets mailing list