[issue11439] subversion keyword breakage

Stefan Krah report at bugs.python.org
Mon Jun 20 13:29:45 CEST 2011


Stefan Krah <stefan-usenet at bytereef.org> added the comment:

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$'

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11439>
_______________________________________


More information about the Python-bugs-list mailing list