I am new to python. Installed Pandas. Still while running the script, getting the following error:
C:>python C:\IEX\iex_data.py
Traceback (most recent call last):
File "C:\IEX\iex_data.py", line 11, in
from urllib.request import Request, urlopen
ImportError: No module named request
I am running at night which is after hours of stock exchnages. Please let me know it is due to time or I am missing something in Python.
Thanks,
Biraja