fbs
fbs copied to clipboard
I'm using QtWebEngineWidgets but I can't packing #23
I'm using pyside2! when i run the program them it show this error msg "Could not find QtWebEngineProcess" How can I add QtWebEngineProcess.app ?
Me too. Firstly, I can freeze a app and run it success, but when I use the PySide2.QtWebEngineWidgets module to freeze a app and run it, it will be bad and get me a tip about 'can't run the script main', after I try to find some modules's importErrors with fbs freeze --dubug
, but only some info/debug/warning log message. Something like is OK, but I fail.
In order to solve this problem, I try to reinstall qt==5.13.0 and prebuilt with MSVC2017 and WebEngine component and so on. But things are still the same, so I hope someone can help me, Thanks!
I'm trying to figure this out as well, I came accros this blog and I'm currently in the process of digesting it: https://justcode.nimbco.com/PyInstaller-with-Qt5-WebEngineView-using-PySide2/