[PyQt] QProcess

lucaberto at libero.it lucaberto at libero.it
Tue Dec 2 10:45:36 GMT 2008


Hello i have a little problem.
If i start the process like the sample all work:

pr = QtCore.QProcess()

pr.start('python /my_dir/pippo.py')

but if i compile the pippo.py and i obtain an executable that i run with ./pippo

how i have to do fur run it with qprocess?
I have try with
pr.start('/my_dir/./pippo') and nothig work
i have also try with pr.start('./ /my/dir/pippo') and also in this way nothing start.
can you tell me please the correct way to start this process?

Thanks

Luca





More information about the PyQt mailing list