I have a python script let's call it myscript.py.
When I start "myscript.py" from Qt4.3 Command Prompt it works alright and I can also do "C:/Python24/python.exe myscript.py". Now when I use QProcess only the latter works, is there a way to do a simple process.start("myscript.py")? maybe there is an exec() function on windows I'm unaware of?

thanx in advance

Pat