You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/Users/xapple/Library/Python/2.7/lib/python/site-packages/pinance/engine/gfinance.py in <module>()
15 import re
16 import urllib
---> 17 from urllib.request import Request, urlopen
18
19 # Human readable texts
ImportError: No module named request
The text was updated successfully, but these errors were encountered:
I tried to test this library with the following commands:
And got this error:
The text was updated successfully, but these errors were encountered: