Start a .py with an .exe

28 Views Asked by At

I have a GUI.py that starts another .py which I made in Jupyter Notebook and it works. But now I made my GUI.py to an .exe and it doesn‘t start my .py because subprocess.Popen can‘t find it.

I did use resource_path function but it didn‘t help. Does anyone has any idea how to find the .py differently or any other tipps. It‘s my first time making an .exeenter image description here

0

There are 0 best solutions below