#19987: py25-matplotlib+tkinter -0.98.5.3 fails to build ---------------------------------+------------------------------------------ Reporter: tino@… | Owner: ram@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: matplotlib, Tkinter | Port: py25-matplotlib ---------------------------------+------------------------------------------ Comment(by ram@…): Replying to [comment:3 tino@…]:
Installing py25-tkinter doesn't fix the problem.
py25-tkinter is just a stub now, as tkinter is provided with python25 @2.5.4_5 and higher, so I'm not surprised that has no effect. Replying to [comment:4 tino@…]:
Maybe you meant: `port contents python25|grep Tkinter`
I meant _tkinter: {{{ $ port installed python25 The following ports are currently installed: python25 @2.5.4_5+darwin_9+macosx (active) $ port contents python25 | grep _tkinter /opt/local/lib/python2.5/lib-dynload/_tkinter.so $ }}} Something must have gone wrong with the python install, also python25 has recently been updated to 2.5.4_6. So try updating to that. {{{ $ sudo port deactivate python25 @2.5.4_5+darwin_9+macosx $ sudo port -d selfupdate $ sudo port -u upgrade outdated $ sudo port uninstall python25 @2.5.4_5+darwin_9+macosx }}} and then try -- Ticket URL: <http://trac.macports.org/ticket/19987#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS