The Boeing Employees Credit Union.
It seems I still have the January 2020 version of PocketSense. On the webpage I have bookmarked
I just downloaded the latest, and as I typically did before, I copied over the new files to overwrite the existing code. However, when I try to execute the new Getdata.py, I'm getting this error:
Traceback (most recent call last):
File "...\Getdata.py", line 56, in <module>
import ofx, quotes, site_cfg, scrubber
File "...\ofx.py", line 82, in <module>
import requests, collections
ImportError: No module named requests
I get a similar error for Setup.py.
Is there some additional library or other change I need to make? I'm a Java developer but haven't done much in Python.