-
Notifications
You must be signed in to change notification settings - Fork 19
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
改进web页面内直接启动 #73
Comments
用 |
目前不是日志隔离的问题。现在是调用exe文件执行BAAH,未来想办法改成多线程/多进程直接通过GUI执行方法 |
要改这个的话,把
在 |
我现在是用的这种方法跑起来的,终止的方法用的是 如果用 |
我记着应该只有在子进程结束运行(打印
然后在 开启新进程的代码也要稍微改一下,先进入一个wrapper。因为执行wrapper的时候子进程已经被创建,所以用
|
此功能安排在 #113 之后 |
closed with #135 |
#69
目前GUI内直接运行是靠启动BAAH.exe然后获取输出流内容实现的显示日志,严格来说不能算在GUI内部启动,也不利于多平台的兼容。
看看能不能改成直接GUI内部调用python方法
The text was updated successfully, but these errors were encountered: