I'm trying to write a script that opens a new terminal then runs a separate python script from that terminal. is it possible on pythonanywhere? thanks.
I'm trying to write a script that opens a new terminal then runs a separate python script from that terminal. is it possible on pythonanywhere? thanks.
Not at the moment. It sounds like you probably want to do something like this http://help.pythonanywhere.com/pages/LongRunningTasks/ or this http://help.pythonanywhere.com/pages/AsyncInWebApps/
oh thankssss!!!!