[Bug 5277] New: module object has no attribute set_trace

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Fri Jun 24 10:23:31 UTC 2016


https://bz.mercurial-scm.org/show_bug.cgi?id=5277

            Bug ID: 5277
           Summary: module object has no attribute set_trace
           Product: Mercurial
           Version: 3.7.3
          Hardware: Macintosh
                OS: Mac OS
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at selenic.com
          Reporter: e0927911 at student.tuwien.ac.at
                CC: mercurial-devel at selenic.com

hg run into an exception on startup, wether with or without passed arguments. 

% hg
** unknown exception encountered, please report by visiting
** https://mercurial-scm.org/wiki/BugTracker
** Python 2.7.11 (default, Mar  1 2016, 18:40:10) [GCC 4.2.1 Compatible Apple
LLVM 7.0.2 (clang-700.1.81)]
** Mercurial Distributed SCM (version 3.7.3)
** Extensions loaded: 
Traceback (most recent call last):
  File "/opt/local/bin/hg", line 43, in <module>
    mercurial.dispatch.run()
  File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mercurial/dispatch.py",
line 54, in run
    sys.exit((dispatch(request(sys.argv[1:])) or 0) & 255)
  File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mercurial/dispatch.py",
line 120, in dispatch
    ret = _runcatch(req)
  File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mercurial/dispatch.py",
line 144, in _runcatch
    'pdb' : pdb.set_trace
  File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mercurial/demandimport.py",
line 131, in __getattribute__
    return getattr(self._module, attr)
AttributeError: 'module' object has no attribute 'set_trace'

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list