my python version is 2.7.14 in windows 7
I have import simplejson with command "pip install simplejson
"
my code is
import os
import platform
import re
import subprocess
import sys
import threading
import simplejson
error messge is
ImportError: No module named simplejson
how can i fix this ?