Hey am relatively new to compiling python scripts to exe. Im using cx_freeze to compile my scripts and once its built i run the exe and it gives me this error. Have google a
Try to change
includes = []
to
includes = ["re"]
That worked for me