hi, have already written a GUI program on a different Pc, i copied the py file unto a new pc to continue with the building,i have installed all the necessary modules but it gives an error when i run it.
Traceback (most recent call last):
File "C:\Python34\aaaa.py", line 2, in <module>
from PIL import Image, ImageTk
File "C:\Python34\lib\site-packages\PIL\Image.py", line 62, in <module>
from PIL import _imaging as core
ImportError: DLL load failed: %1 is not a valid Win32 application.