Home > other >  Pywinauto start the application, 740, 'CreateProcess', 'request operation requires as
Pywinauto start the application, 740, 'CreateProcess', 'request operation requires as

Time:09-23

The from pywinauto. Application import application
App=Application (.) start (r "C: \ PC. Exe")
Run error left:
Pywinauto. Application. AppStartError: Could not create the process "C: \ PC. Exe"
CreateProcess Error returned by CreateProcess: (740, ' ', 'request operation requires ascension,)

CodePudding user response:

Is solved, please I also encountered this problem

CodePudding user response:

Will your ide editor tool, open with administrator privileges, such as you use pycharm, you need to open the pycharm with administrator privileges
  • Related