Opened 11 years ago

Closed 11 years ago

#37009 closed defect (duplicate)

py27-tkinter fails to install

Reported by: mggagni@… Owned by: jyrkiwahlstedt
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc: singingwolfboy@…
Port: py27-tkinter

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Im 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.

sudo port install py27-matplotlib @1.1.0 

and

sudo port install py27-pandas @0.7.3

When i try to install these prerequisites it says

Error: Failed to install py27-tkinter
Please see the log file for port py27-tkinter for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-tkinter/py27-tkinter/main.log
Error: The following dependencies were not installed: py27-tkinter
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets

Change History (3)

comment:1 Changed 11 years ago by skymoo (Adam Mercer)

Can you attach the log file mentioned in the error.

comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: singingwolfboy@… added
Description: modified (diff)
Owner: changed from macports-tickets@… to jwa@…
Port: py27-tkinter added
Priority: HighNormal
Summary: Bugpy27-tkinter fails to install

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

comment:3 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: duplicate
Status: newclosed

Duplicate of #37005.

Note: See TracTickets for help on using tickets.