2022-11-09 UTC
# [jeremycherfas] I know I am imposing on people here, but then, people here are friendly. I have a python problem that I simply do not uderstand. I wish to use a module called rdp. I have set up a venv. I have installed the module, which reports no errors. pip list reports the presence of the module. But fin my script rom rdp import rdp consistently gives the error `ModuleNotFoundError: No module named 'rdp'`