Replies: 1 comment
-
Toga doesn't provide any support for subprocesses - Toga is a GUI toolkit. Any subprocess support is provided by the underlying Python libraries; and in the case of Briefcase, can be influenced by the packaging process. If you have a subprocess that is working fine under There are also restrictions on some platforms. When running under On Mobile, you can't use subprocesses at all, because those platforms have a different process model. |
Beta Was this translation helpful? Give feedback.
-
Hi, I try to run toga with huey (a lightweight task queue lib), and start the huey_consumer via subprocess in the toga startup function, it seems work when run briefcase dev, but after briefcase package will raise FileNotFoundError. Below is my example code,
hueytest.zip
BTW, my pc os is win11.
Beta Was this translation helpful? Give feedback.
All reactions