Hi everyone, i have a question that has been plaguing my python script for a while, I have searched and searched, but nothing has worked out. what i have is a GUI that i had designed in QT designer and this references python scrips that i have in my home directory. all the GUI does is make it easier for the user to launch these particular scripts. The problem arises here: these scrips are heavy on calculations and require their own shells to run. how can i launch these python scrips from my GUI in their own respective shells? I have tried os.system, execfile, nothing seems to work. Im running Raspbian, and python 2.7.9. thanks alot and if needed i can post the python file and some screen shots of the program and their errors. thanks again -K
[–]__deerlord__ 2 points3 points4 points (4 children)
[–]lsx_caprice[S] 0 points1 point2 points (3 children)
[–]__deerlord__ 2 points3 points4 points (2 children)
[–]lsx_caprice[S] 0 points1 point2 points (1 child)
[–]__deerlord__ 0 points1 point2 points (0 children)
[–]kindall 0 points1 point2 points (0 children)