Changes between Initial Version and Version 2 of Ticket #37009


Ignore:
Timestamp:
Nov 16, 2012, 6:14:45 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Note that it is not possible to specify a version to install*. "sudo port install py27-matplotlib @1.1.0" is the same as "sudo port install py27-matplotlib"—you'll get whatever version happens to be current in MacPorts at the time (which at the moment is 1.1.1).

*unless you follow wiki:howto/InstallingOlderPort

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37009

    • Property Cc singingwolfboy@… added
    • Property Summary changed from Bug to py27-tkinter fails to install
    • Property Priority changed from High to Normal
    • Property Owner changed from macports-tickets@… to jwa@…
    • Property Port py27-tkinter added
  • Ticket #37009 – Description

    initial v2  
    11Im taking a class called Computational Investing. For the class I needed to download XCode and Macports. For the class we are using Python. I needed to download some prerequisites into terminal and Im having trouble with 2 perquisites.
    22
     3{{{
    34sudo port install py27-matplotlib @1.1.0
     5}}}
    46
    57and
    68
     9{{{
    710sudo port install py27-pandas @0.7.3
     11}}}
    812
    913When i try to install these prerequisites it says
    1014
    11 "Error: Failed to install py27-tkinter
     15{{{
     16Error: Failed to install py27-tkinter
    1217Please see the log file for port py27-tkinter for details:
    1318    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-tkinter/py27-tkinter/main.log
    1419Error: The following dependencies were not installed: py27-tkinter
    1520To report a bug, follow the instructions in the guide:
    16     http://guide.macports.org/#project.tickets"
     21    http://guide.macports.org/#project.tickets
     22}}}