I am using PyQt5 to convert a local html file into pdf. The executable was working fine before the pyqt5 module was added. I've read that the issue has been resolved in the later models but I am still experiencing this error. I have the latest version of anaconda, pyinstaller and pyqt5.
This is the command I'm using to create an executable: pyinstaller --hidden-import=pkg_resources.py2_warn --onefile Q:\Ray\test.py -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/a1941443-aca3-40ef-b508-a189240b1dcbo%40googlegroups.com.
