Ex26 - Module Not Found - Help Please

I’m jammed on exercise 25. I am unable to import module ex25.

I ran “python ex25.py” on PowerShell - I didn’t receive any errors.

Attached is a png file of the Python IDE, PowerShell, and Atom. I highlighted the references to ex25.py.

Is the problem with the “sys.path”? Based on the “sys.pat”, I am uncertain if I installed Python multiple times. And, as a result, my CPU is “confused”.

Do I change the cwd in Python IDE? Is that even possible?

Hey I answered you privately but I’ll drop the knowledge here too. Run this in PowerShell:

$env:PYTHONPATH = “.”

That should fix it.