[issue2882] Mercurial install fails, AttributeError on first run

Dan Loewenherz bugs at mercurial.selenic.com
Mon Jul 4 22:57:04 CDT 2011


New submission from Dan Loewenherz <dan at dlo.me>:

I just installed Mercurial 1.9 through pip on Mac OS X 10.7. I get an same 
AttributeError no matter what command I run.

Example:

    $ hg
    Traceback (most recent call last):
      File "/usr/local/bin/hg", line 36, in <module>
        mercurial.util.set_binary(fp)
      File "/usr/local/lib/python2.7/site-
packages/mercurial/demandimport.py", line 76, in __getattribute__
        return getattr(self._module, attr)
    AttributeError: 'module' object has no attribute 'set_binary'

----------
messages: 16697
nosy: dloewenherz
priority: critical
status: unread
title: Mercurial install fails, AttributeError on first run
topic: 1.9, macos

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2882>
____________________________________________________


More information about the Mercurial-devel mailing list