fbs icon indicating copy to clipboard operation
fbs copied to clipboard

I'm using QtWebEngineWidgets but I can't packing #23

Open like-sinsky opened this issue 5 years ago • 2 comments

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 ?

like-sinsky avatar Mar 28 '19 08:03 like-sinsky

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!

stonejb avatar Jul 23 '19 14:07 stonejb

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/

Aperion avatar Jan 24 '20 19:01 Aperion