Seems it wasn't finding it while in my virtual environment. Using python3 myCode.py after deactivating the virtual environment, I'm able to run my project, at least until the point of failure from a bug in a new, unrelated feature I've implemented but haven't debugged yet. If you know how to make it...