Skip to content

python调用失败 #82

Closed
Closed
@Xm2zsq

Description

@Xm2zsq

exe_path = os.path.join(os.getcwd(), 'Models', 'Release', 'ScreenCapture.exe')
process = subprocess.Popen(exe_path, shell=True)
process.wait()
return_code = process.returncode
print("return_code:", return_code) #return_code: 3221226505

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions