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

couldNotImportPyGetWindow() #8

Open
susegecko opened this issue May 14, 2019 · 0 comments
Open

couldNotImportPyGetWindow() #8

susegecko opened this issue May 14, 2019 · 0 comments

Comments

@susegecko
Copy link

I am not sure if this is Windows 10 specific, but I am unable to obtain getwindow type info.

The following just throws an error.

EX: pyautogui.getAllWindows()

Exception has occurred: Exception
PyAutoGUI was unable to import pygetwindow. Please install this module.
File "C:\Users\My_User\AppData\Local\Programs\Python\Python37\Lib\site-packages\pyautogui_init_.py", line 109, in couldNotImportPyGetWindow
raise Exception('PyAutoGUI was unable to import pygetwindow. Please install this module.')
File "E:\Users\My_user\source\repos\Python\hello.py", line 25, in
pyautogui.getAllWindows()
File "C:\Users\My_User\AppData\Local\Programs\Python\Python37\Lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Users\MY_USER\AppData\Local\Programs\Python\Python37\Lib\runpy.py", line 96, in _run_module_code
mod_name, mod_spec, pkg_name, script_name)
File "C:\Users\My_User\AppData\Local\Programs\Python\Python37\Lib\runpy.py", line 263, in run_path
pkg_name=pkg_name, script_name=fname)

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