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



_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to