-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python调用失败 #82
Comments
1.启动进程要设置工作目录的。 |
1、单文件的还会继续编写吗
2、我需要集成到另一个软件里面,调用时运行,编辑完成后,复制到剪切板,结束给一个状态码做判断,软件结束运行,我从剪切板取图片
3、2.1.10版本有些功能不太合适
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 日期 | 2025年01月21日 22:09 |
| 收件人 | ***@***.***> |
| 抄送至 | ***@***.***>***@***.***> |
| 主题 | Re: [xland/ScreenCapture] python调用失败 (Issue #82) |
1.启动进程要设置工作目录的。
2.看一下配置文件相对于exe的目录路径
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
有命令行输入方式就更好了
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 日期 | 2025年01月21日 22:09 |
| 收件人 | ***@***.***> |
| 抄送至 | ***@***.***>***@***.***> |
| 主题 | Re: [xland/ScreenCapture] python调用失败 (Issue #82) |
1.启动进程要设置工作目录的。
2.看一下配置文件相对于exe的目录路径
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
我是做软件测试的,需要大量截图
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 日期 | 2025年01月21日 22:09 |
| 收件人 | ***@***.***> |
| 抄送至 | ***@***.***>***@***.***> |
| 主题 | Re: [xland/ScreenCapture] python调用失败 (Issue #82) |
1.启动进程要设置工作目录的。
2.看一下配置文件相对于exe的目录路径
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
或者把2.1.10给一个特别版(已捐赠支持,感谢作者大大)
我正常是在1080分辨率下运行
1、框选的线条设置的更细,宽度为2就可以
2、马赛克默认方框的形式,鼠标划拉方便
3、添加文字默认黑色,10号字体
4、编辑菜单最右边的退出,放到倒数第二位
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 日期 | 2025年01月21日 22:09 |
| 收件人 | ***@***.***> |
| 抄送至 | ***@***.***>***@***.***> |
| 主题 | Re: [xland/ScreenCapture] python调用失败 (Issue #82) |
1.启动进程要设置工作目录的。
2.看一下配置文件相对于exe的目录路径
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
多谢支持! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: