hi
can you give me any idea about calling another .py application from a running .py application??????
file="c:\test.py"
open(file,'r')
will this work???? i dont think so.
how to run an application?????through program.
exec also didn't worked???
thnks in advance

Reply With Quote

