Summary: TB6a143a85 urlparse.py:84::ImportError: cannot import name namedtuple Traceback (most recent call last): File "/usr/lib64/python2.6/site-packages/hgext/hgk.py", line 37, in from mercurial import commands, util, patch, revlog, cmdutil File "/usr/lib64/python2.6/site-packages/mercurial/commands.py", line 11, in import os, re, sys, subprocess, difflib, time File "/usr/lib64/python2.6/difflib.py", line 36, in from collections import namedtuple as _namedtuple File "/usr/lib64/python2.6/collections.py", line 10, in from keyword import iskeyword as _iskeyword File "/usr/lib64/python2.6/site-packages/hgext/keyword.py", line 77, in from mercurial import commands, cmdutil, dispatch, filelog, revlog, extensions File "/usr/lib64/python2.6/site-packages/mercurial/cmdutil.py", line 11, in import mdiff, bdiff, util, templater, patch, error, encoding File "/usr/lib64/python2.6/site-packages/mercurial/templater.py", line 10, in import util, config, templatefilters File "/usr/lib64/python2.6/site-packages/mercurial/templatefilters.py", line 8, in import cgi, re, os, time, urllib, textwrap File "/usr/lib64/python2.6/cgi.py", line 40, in import urllib File "/usr/lib64/python2.6/urllib.py", line 30, in from urlparse import urljoin as basejoin File "/usr/lib64/python2.6/urlparse.py", line 84, in from collections import namedtuple ImportError: cannot import name namedtuple Local variables in innermost frame: uses_params: None __all__: None clear_cache: None __builtins__: {'bytearray': , 'IndexError': , 'all': , 'help': Type help() for interactive help, or help(object) for help about object., 'vars': , 'SyntaxError': , 'unicode': , 'UnicodeDecodeError': , 'isinstance': , 'copyright': Copyright (c) 2001-2009 Python Software Foundation. All Rights Reserved. Copyright (c) 2000 BeOpen.com. All Rights Reserved. Copyright (c) 1995-2001 Corporation for National Research Initiatives. All Rights Reserved. Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam. All Rights Reserved., 'NameError': , 'BytesWarning': , 'dict': , 'input': , 'oct': , 'bin': , 'SystemExit': , 'StandardError': , 'format': , 'repr': , 'sorted': , 'False': False, 'RuntimeWarning': , 'list': , 'iter': , 'reload': , 'Warning': , '__package__': None, 'round': , 'dir': , 'cmp': , 'set': , 'bytes': , 'reduce': , 'intern': , 'issubclass': , 'Ellipsis': Ellipsis, 'EOFError': , 'locals': , 'BufferError': , 'slice': , 'FloatingPointError': , 'sum': , 'getattr': , 'abs': , 'exit': Use exit() or Ctrl-D (i.e. EOF) to exit, 'print': , 'True': True, 'FutureWarning': , 'ImportWarning': , 'None': None, 'hash': , 'ReferenceError': , 'len': , 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands for supporting Python development. See www.python.org for more information., 'frozenset': , '__name__': '__builtin__', 'ord': , 'super': , 'TypeError': , 'license': See http://www.python.org/2.6/license.html, 'KeyboardInterrupt': , 'UserWarning': , 'filter': , 'range': , 'staticmethod': , 'SystemError': , 'BaseException': , 'pow': , 'RuntimeError': , 'float': , 'MemoryError': , 'StopIteration': , 'globals': , 'divmod': , 'enumerate': , 'apply': , 'LookupError': , 'open': , 'quit': Use quit() or Ctrl-D (i.e. EOF) to exit, 'basestring': , 'UnicodeError': , 'zip': , 'hex': , 'long': , 'next': , 'ImportError': , 'chr': , 'xrange': , 'type': , '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", 'Exception': , 'tuple': , 'UnicodeTranslateError': , 'reversed': , 'UnicodeEncodeError': , 'IOError': , 'hasattr': , 'delattr': , 'setattr': , 'raw_input': , 'SyntaxWarning': , 'compile': , 'ArithmeticError': , 'str': , 'property': , 'GeneratorExit': , 'int': , '__import__': , 'KeyError': , 'coerce': , 'PendingDeprecationWarning': , 'file': , 'EnvironmentError': , 'unichr': , 'id': , 'OSError': , 'DeprecationWarning': , 'min': , 'UnicodeWarning': , 'execfile': , 'any': , 'complex': , 'bool': , 'ValueError': , 'NotImplemented': NotImplemented, 'map': , 'buffer': , 'max': , 'object': , 'TabError': , 'callable': , 'ZeroDivisionError': , 'eval': , '__debug__': True, 'IndentationError': , 'AssertionError': , 'classmethod': , 'UnboundLocalError': , 'NotImplementedError': , 'AttributeError': , 'OverflowError': } __file__: None non_hierarchical: None MAX_CACHE_SIZE: None __package__: None _parse_cache: None uses_fragment: None uses_query: None uses_netloc: None __name__: None uses_relative: None scheme_chars: None __doc__: None ResultMixin: None