Search code examples
pythonpython-3.xpyinstallerexepywin32

Problem with making .exe from python file by PyInstaller


My script .py work perfectly, but .exe sadly doesn't work. Im running on newest PyInstaller.

Here is my script

I already tried everyting that i can think of here is options that i used:

Options used


Solution

  • I was able to work around this issue by importing pywintypes into my script before win32print module.