schacon / hg-git

mercurial to git bridge, pushed to directly from the hg-git plugin in Hg
GNU General Public License v2.0
620 stars 71 forks source link

Cannot use hg-git: abort: could not import module SubprocessWrapper! #173

Closed adrianromero closed 10 years ago

adrianromero commented 13 years ago

Hello

I am using Ubuntu with mercurial and git installed. I also installed the package "python-dulwich", cloned the hg-git repository and configured properly my .hgrc configuration file. But when I execute:

hg clone git+ssh://git@github.com/schacon/hg-git.git

I get the following output:

destination directory: hg-git importing Hg objects into Git abort: could not import module SubprocessWrapper!

Do you have any idea what is wrong with my system?

Thanks in advance

Adrián

jimitndiaye commented 12 years ago

I'm encountering the same issue on Windows with TortoiseHg

turian commented 12 years ago

I am also having thisissue.

turian commented 12 years ago

I had this issue when I had the latest hg-git and dulwich-0.6.0.

I upgrade to dulwich-0.8.0 (the current latest) and it fixed the issue.

jimitndiaye commented 12 years ago

I've got dulwich-0.8.0

cameron314 commented 12 years ago

Me too. I've got dulwich-0.8.1, Python 2.6 (32-bit, Windows), and Mercurial 1.6

6-month late edit: I forgot to come back and say that I had got it working with the latest Mercurial version at the time, which had been compiled with dulwich-0.8 (Mercurial 1.6 had dulwich-0.6, I believe, which wasn't compatible).

benallard commented 12 years ago

upgrade from 0.8.0 to 0.8.5 solved it for me