Upgrade to py 3.11.14; ros 0.7; unilabos 0.10.16

This commit is contained in:
Xuwznln
2026-01-26 16:47:54 +08:00
parent fd73bb7dcb
commit 2cf58ca452
12 changed files with 118 additions and 216 deletions

View File

@@ -1,7 +1,11 @@
import psutil
import pywinauto
from pywinauto_recorder import UIApplication
from pywinauto_recorder.player import UIPath, click, focus_on_application, exists, find, get_wrapper_path
try:
from pywinauto_recorder import UIApplication
from pywinauto_recorder.player import UIPath, click, focus_on_application, exists, find, get_wrapper_path
except ImportError:
print("未安装pywinauto_recorder部分功能无法使用安装时注意enum")
pass
from pywinauto.controls.uiawrapper import UIAWrapper
from pywinauto.application import WindowSpecification
from pywinauto import findbestmatch