Open
Description
Bug report
The following two lines of code execute the software, but the software fails midway due to a missing DLL: "Failed to execute 'regsvr32 /s CommonEvent.dll'".
subprocess.Popen('C:\\BackUp\Backup.exe', shell=True)
os.system('C:\\BackUp\Backup.exe')
When manually executing C:\BackUp\Backup.exe, the program runs and completes its task without issue. I have looked for a solution but have not been able to find the cause of the problem. I would appreciate any help.
Your environment
OS: Windows10
Python 3.11.0