Aug-18-2017, 08:10 AM
When I try to run m python scrip I get this error:
It is caused by this line:
Quote:Traceback (most recent call last):
File "Main.py", line 9, in <module>
from requests.packages.urllib3.exceptions import InsecureRequestWarning
ImportError: No module named 'requests.packages'
It is caused by this line:
from requests.packages.urllib3.exceptions import InsecureRequestWarningI have installed both requests and urllib3. Is it possible that Python is looking for this in the wrong place?