git-remote-hg icon indicating copy to clipboard operation
git-remote-hg copied to clipboard

json import failure

Open ugorenner opened this issue 9 years ago • 2 comments

When starting a clone without "json" python module (I use simplejson), I got the following error :

git clone "hg::ssh://<....>" profile.git Cloning into 'profile.git'... Traceback (most recent call last): File "/usr/bin/git-remote-hg", line 23, in import json ImportError: No module named json

ugorenner avatar Jan 21 '16 08:01 ugorenner

So what python version are you using there? According to the documentation, json has been built into python since version 2.6

fingolfin avatar Feb 09 '16 16:02 fingolfin

I am using python 2.5 =)

Thanks for the merge.

Le 9 février 2016 à 17:59:22, Max Horn ([email protected]) a écrit:

So what python version are you using there? According to the documentation, json has been built into python since version 2.6

— Reply to this email directly or view it on GitHub.

ugorenner avatar Feb 09 '16 19:02 ugorenner