Getting a small Python2 prog to run in Python3
python-forum.io › thread-26031Traceback (most recent call last): File "F:\Windows Files\Documents\clipMonitor.py", line 1, in <module> import win32clipboard as w ModuleNotFoundError: No module named 'win32clipboard' I don't remember installing that module separately ..... but damn it was a long time ago haha EDIT: Ah, its part of pywin32.