Skip to content Skip to sidebar Skip to footer

Pyinstaller Subprocess.check_output Error

I've bundled my app with pyinstaller to 2 *.exe gui_app.exe (onefile) config.ini \libs (onedir) winservice.exe + all DLLs and libs When I manually install service with c

Solution 1:

Problem was in configparser. I've added function to standalone gui_app to exclude variables cross import from main code.


Post a Comment for "Pyinstaller Subprocess.check_output Error"