[issue2878] Version 1.9 fails on Mac OS X 10.6

Daryl Lee bugs at mercurial.selenic.com
Mon Jul 4 07:29:41 CDT 2011


New submission from Daryl Lee <daryl at daryllee.com>:

I just installed Version 1.9 and received the following behavior:

$ hg
Traceback (most recent call last):
  File "/usr/local/bin/hg", line 38, in <module>
    mercurial.dispatch.run()
  File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line 27,
in run
    sys.exit(dispatch(request(sys.argv[1:])))
  File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line 40,
in dispatch
    req.ui = uimod.ui()
  File "/Library/Python/2.6/site-packages/mercurial/ui.py", line 43, in __init__
    for f in scmutil.rcpath():
  File "/Library/Python/2.6/site-packages/mercurial/scmutil.py", line 399,
in rcpath
    _rcpath = osrcpath()
  File "/Library/Python/2.6/site-packages/mercurial/scmutil.py", line 371,
in osrcpath
    path = systemrcpath()
  File "/Library/Python/2.6/site-packages/mercurial/scmutil.py", line 420,
in systemrcpath
    path.extend(rcfiles(os.path.join(p, 'etc/mercurial')))
  File "/Library/Python/2.6/site-packages/mercurial/scmutil.py", line 409,
in rcfiles
    for f, kind in osutil.listdir(rcdir)
  File "/Library/Python/2.6/site-packages/mercurial/demandimport.py", line
75, in __getattribute__
    self._load()
  File "/Library/Python/2.6/site-packages/mercurial/demandimport.py", line
47, in _load
    mod = _origimport(head, globals, locals)
ImportError: dlopen(/Library/Python/2.6/site-packages/mercurial/osutil.so,
2): no suitable image found.  Did find:
	/Library/Python/2.6/site-packages/mercurial/osutil.so: mach-o, but wrong
architecture
$

----------
messages: 16685
nosy: daryllee
priority: urgent
status: unread
title: Version 1.9 fails on Mac OS X 10.6

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


More information about the Mercurial-devel mailing list