I am trying for a while installing Hg-Git addon to my Windows 7 Operating system

  1. I have crossed several difficulties like installing Python and other utilities described in this blog.

  2. I had even after this manual problems and could not install this addon because of errors described in this log.

  3. I searched google and I have found this manual

  4. Now i have these errors showed in this log.

Any help with these errors? Thank you for your help.

link|improve this question

feedback

2 Answers

up vote 4 down vote accepted

Ok i got it so ... For others - you need to clone this repo

git clone https://github.com/jelmer/dulwich.git

or just download source - after that you need to go to its folder when you downloaded in command line type:

python setup.py install

You are done after you can simply do:

easy_install hg-git

On windows and make it work - so congratulations :-) Close.

link|improve this answer
Excellent (+1). You made it work :) – VonC Jan 6 '11 at 5:01
feedback

In case it helps anyone, I have Windows 7 64bit and TortoiseHg and following their instructions was easy and worked without issue.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.