winapi - Starting Windows program using win32api under Win7 -
I am trying to launch an existing Windows 7 program using win32api under Python3.5. The program starts and offers a dialog (required) Clicking on the right result is the result of "failing to make the process" as it has been said beforehand that I manually delete the file manually by double-clicking on the icon on the desktop I start with the dialog and click OK to do everything OK
I consider it a Windows permission issue, but it is not clear why the reason Or, does anyone any suggestions. The code for launching the application is shown below:
Import importcash import time import win32api pathFileEPT = r "c: \ user \ bartis \ 1234 sss xyz r7.0.2 \ xzay.exe "#Osstart.file or program using win32api #Os.startfile (pathFileEPT) win32api.WinExec (pathFileEPT) time.sleep (2) # click on the ACK OK button in the same behavior. Notes # Programmatically call or manually click # and send the exact same error message. Tablecloth (951,581)
Comments
Post a Comment