[issue2803] mercurial libs not found on OS/X

George Fazekas bugs at mercurial.selenic.com
Tue May 10 12:18:53 UTC 2011


New submission from George Fazekas <fazekasgy at gmx.net>:

After installing Mercurial 1.8.2 for Mac OSX, I got an error message when
typing hg saying "abort: couldn't find mercurial libraries in ...".

I managed to fix this by changing the libdir in /usr/local/bin/hg to 
libdir = '../../../Library/Python/2.5/site-packages/'
from
libdir = '../../platlib/Library/Python/2.5/site-packages/'

Don't know if it's an issue specific to my machine, so thought it's best
to report it. (OSX 10.5.2 with python 2.5.1)

----------
messages: 16242
nosy: fazekasgy
priority: bug
status: unread
title: mercurial libs not found on OS/X

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


More information about the Mercurial-devel mailing list