Quote:
Originally Posted by horacio
It is best to install each module individually one by one like this:
pip install urllib
pip install DateTime
pip install requests
pip install Command
pip install colorama
pip install termcolor
pip install configparser
pip install websocket
... but before that look what modules you already have with this command:
pip list
|
ok here is the pip list results
Q:\Python27>pip list
certifi (2017.7.27.1)
chardet (3.0.4)
colorama (0.3.9)
Command (0.1.0)
configparser (3.5.0)
DateTime (4.2)
gevent (1.2.2)
greenlet (0.4.12)
idna (2.6)
pip (9.0.1)
pytz (2017.2)
requests (2.18.4)
setuptools (28.8.0)
termcolor (1.1.0)
urllib (1.21.1)
urllib3 (1.22)
websocket (0.2.1)
zope.interface (4.4.2)
but im geting this error from the scripts
#################################################
### MFCR ###### R E C O R D I N G ###### 24/7 ###
############### anberjade #######################
#################################################
Traceback (most recent call last):
File "mfcr.py", line 4, in <module>
from websocket import create_connection
ImportError: cannot import name create_connection
Waiting for 23