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.
Until you get import dulwich to work, hggit won't work. Check that the dulwich egg file is in your easy-install.pth file under site-packages.
import dulwich
hggit
dulwich
easy-install.pth
site-packages
For further debugging you can try ask pkg_resources about it:
pkg_resources
import pkg_resources pkg_resources.require("dulwich")