Forum: Python Jan 18th, 2007 |
| Replies: 4 Views: 2,690 Thanks to you all for your quick answer!
The method with subprocess.call is exactly what I want and runs perfectly.
Bye,
Dams |
Forum: Python Jan 17th, 2007 |
| Replies: 4 Views: 2,690 Hello,
I am new to Python and find it really nice.
But I can not launch an executable file using only its name. I have to give its whole path. I expected that the PATH environment variable is... |