I am trying to run an exe file from the python console in QGIS.
my_aplication.exe is a script made in Python3.4 and 'compiled' to windows exe file
import osos.system('C:\Python34\my_application.exe')exit_status = 1
But it does not works
How can I do that ?
أكثر...