I am running a script that reads information from Windows event log files (evtx). I am using the excellent library from Willi Ballenthin https://github.com/williballenthin/python-evtx
however, having installed python-evtx, and then imported it into the script as
import Evtx.Evtx as evtx
Pycharm still complaints it can not find it. I can run the same script from Command or PowerShell, but not from within Pycharm. I would like to run it from the Pycharm IDE in order to use the IDE features like debugger, watches, and breakpoints.
Python / Pycharm newbie, running Pycharm on a VMWare Windows 10 virtual image, with Python 3.9.3. Any guidance is appreciated and received with gratitude.