I am very new to python, and I just decided today that I would make a program that sets something to my windows clipboard. I searched for a "how-to" and this link to a stackoverflow site came up.
I proceeded to install pywin32 and try it out for myself. However, once I tried to import win32clipboard, it gave me following error.
ImportError: DLL load failed: %1 is not a valid Win32 application.
What causes this and how can I fix it?