I'm trying to build an exe with cx_Freeze.
It worked before but since I have imported win32ui in my Python program, I get this error when running the created exe file:
I double checked, the following line is the cause:
import win32ui
Importing win32print works fine though.
I'm using Python 2.7 and PyWin32 build 220