I\'m trying to use the hg-git Mercurial extension on Windows (Windows 7 64-bit, to be specific). I have Mercurial and Git installed. I have Python 2.5 (32-bit) installed.
<
Based on techtonik's explanation of the reason for the failing import of dulwich.errors
, I found a solution which appears simpler to me than the already proposed ones:
On the Mercurial download page there is offered
Mercurial
for Python 2.7 on Windows x86 (source install)
and
Mercurial
for Python 2.7 on Windows x64 (source install)
as .EXE files which install Mercurial as a Python module into an existing Python 2.7 (x86 or x64) installation.
If hg-git and dulwich have been installed to this Python installation as well, the import errors should vanish.
If you are not sure what to do now, I hope this step-by-step explanation helps:
and \Scripts
are in the PATH
environment variable Now hg clone
should work on the console.