I have a problem after generating the .exe of my application. In the application directory the generated .exe works fine, but outside the path is where the problem occurs.
Any suggestions on how to solve this problem?. Python version 3.9.7 Windows 10 x64 Here the log: C:\dist>main Traceback (most recent call last): File "main.py", line 19, in <module> ImportError: could not import module 'PySide6.QtWebEngineCore' [15632] Failed to execute script 'main' due to unhandled exception! C:\dist> -- 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/eed3dd8e-687d-43da-b495-555c493dc02cn%40googlegroups.com.
