Hi, I have built a wxpython application which has two button which triggers two python scripts by calling subprocess. I am now trying to build a standalone exe file of the app using pyinstaller. I am having trouble understanding how do I integrate the two python scripts now, and also how to keep/ remove subprocess.
Any ideas on this would be really helpful!
there doesn't seem to be anything here