View Single Post
Old 04-23-2024, 12:26 PM   #1
docjc
Member
docjc began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Aug 2020
Device: Kobo
Question regarding program call

Hi there,

I'm facing a problem:

I have build a python program with a PyQt6 Gui from which I call Sigil with
a subprocess function to start with a certain epub file to edit.
When I start the python program directly everything is fine. When I compile
everything I get the following error:

This application failed to start because no Qt platform plugin could be
initialzed. Reinstalling the application may fix this problem.
Available platform plugins are: minimal, offscreen, windows.


Is there anything I can do to avoid this????

Thanks for any positive answer
docjc is offline   Reply With Quote