ImportError: DLL load failed when importing win32clipboard in application frozen with cx_Freeze
问题 I've got a Python 2.7 program that imports win32clipboard . I tried to freeze it with cx_Freeze 4.2.3 on Windows XP SP3 32-bit, to create an installation MSI. I made a setup.py according to the cx_Freeze documentation, and used the following command: c:\python27\python.exe setup.py bdist_msi When I run it on another PC that doesn't have Python 2.7 installed, I get an exception on the line that imports win32clipboard : ImportError: DLL load failed: The specified module could not be found. I