Changes between Initial Version and Version 1 of Ticket #16628


Ignore:
Timestamp:
Sep 23, 2008, 4:45:46 PM (16 years ago)
Author:
mf2k (Frank Schima)
Comment:

This is the Leopard TCL bug at work. Generally the solution is to clean the port that failed and try again. In this case:

sudo port clean py25-tkinter
sudo port install py25-tkinter

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16628

    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
    • Property Port py25-tkinter added
  • Ticket #16628 – Description

    initial v1  
    33  I installed python 2.5 without problems, then tried to install py25-tkinter and got this error:
    44
     5{{{
    56a% port install py25-tkinter
    67--->  Fetching tcl
     
    4142
    4243Error: Status 1 encountered during processing.
     44}}}
    4345
    4446Interestingly, I changed directories to the path listed above, executed "/opt/local/bin/python2.5 setup.py build" and had no problems. Then I just issued "port install py25-tkinter" again and the installation completed without a hitch. The module is working.