git-remote-hg
git-remote-hg copied to clipboard
json import failure
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
So what python version are you using there? According to the documentation, json
has been built into python since version 2.6
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.