hgview #137074 hgview won't run [open]
I tried installing hgview this way: python setup.py install --prefix=/tmp/hgview Attempting to run hgview yields the following error: /tmp/hgview/bin/hgview Traceback (most recent call last): File "/tmp/hgview/bin/hgview", line 31, in <module> from hgviewlib.application import main ImportError: No module named hgviewlib.application Mercurial handles this gracefully by having setup.py replace string @LIBDIR@ in file hg by the appropriate library path. | |
priority | normal |
---|---|
type | bug |
done in | <not specified> |
closed by | <not specified> |
Comments
-
2013/05/25 16:40, written by aleufroy
add commentYou need to setup your PYTHONPATH.
Or you can just run hgview from sources without installing it (available in the next hgview release or from hgview repository since changeset cf93defad8a8).