I wrote a gui program "test.py" with module opencv, Tkinter, PIL Numpy and some buildin modules. I used py2exe to generate a exe file for this program and the exe file ran well on my PC, but when i tried on other PC, it gave me
File "test.py", line 8 in File "cv2.pyc", line 12 in File "cv2.pyc", line 10, in __load ImportError: DLL load failed the specified module could not be found
My PC has Python is 32 bit