Skip to content
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

在 Apple Silicon 芯片(Arm平台)的mac电脑里的Windows虚拟机里无法运行 #3

Open
initial-ddl opened this issue Sep 3, 2023 · 0 comments

Comments

@initial-ddl
Copy link

报错信息:
Traceback (most recent call last):
File "pywinauto\application.py", line 250, in __resolve_control
File "pywinauto\timings.py", line 458, in wait_until_passes
pywinauto.timings.TimeoutError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "pdf_add_bookmark_semi.py", line 271, in
main()
File "pdf_add_bookmark_semi.py", line 232, in main
dlg_spec=auto_fetch_bookmark(bookmark_filename,ssid[0])
File "pdf_add_bookmark_semi.py", line 26, in auto_fetch_bookmark
dlg_spec.set_focus()
File "pywinauto\application.py", line 396, in getattribute
File "pywinauto\application.py", line 261, in __resolve_control
File "pywinauto\timings.py", line 436, in wait_until_passes
File "pywinauto\application.py", line 203, in __get_ctrl
File "pywinauto\findwindows.py", line 87, in find_element
pywinauto.findwindows.ElementNotFoundError: {'title_re': '书签获取小工具2015.05.05 【晴天软件】', 'class_name_re': 'WTWindow', 'backend': 'win32', 'process': 8128}

p.s. Intel平台Mac电脑虚拟机里没有问题。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant