This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients Neil Muller, georg.brandl, pitrou, skrah
Date 2011-06-20.11:29:45
SpamBayes Score 5.3300826e-09
Marked as misclassified No
Message-id <1308569385.82.0.514510836919.issue11439@psf.upfronthosting.co.za>
In-reply-to
Content
Building matplotlib with the 2.7.2 release fails due to this issue:

Traceback (most recent call last):
  File "setup.py", line 162, in <module>
    if check_for_tk() or (options['build_tkagg'] is True):
  File "/home/stefan/src/matplotlib-1.0.1/setupext.py", line 832, in check_for_tk
    (Tkinter.__version__.split()[-2], Tkinter.TkVersion, Tkinter.TclVersion))
IndexError: list index out of range


Python 2.7.2 (default, Jun 20 2011, 13:19:22) 
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import Tkinter
>>> Tkinter.__version__
'$Revision$'
History
Date User Action Args
2011-06-20 11:29:45skrahsetrecipients: + skrah, georg.brandl, pitrou, Neil Muller
2011-06-20 11:29:45skrahsetmessageid: <1308569385.82.0.514510836919.issue11439@psf.upfronthosting.co.za>
2011-06-20 11:29:45skrahlinkissue11439 messages
2011-06-20 11:29:45skrahcreate