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

PyGetWindow currently does not support Linux #24

Open
s9anus98a opened this issue Jan 13, 2025 · 0 comments
Open

PyGetWindow currently does not support Linux #24

s9anus98a opened this issue Jan 13, 2025 · 0 comments

Comments

@s9anus98a
Copy link

playsound is relying on another python subprocess. Please use pip install pygobject if you want playsound to run more efficiently.
2025-01-13 19:56:51.645 Uncaught app exception
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 88, in exec_func_with_error_handling
result = func()
File "/usr/local/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 579, in code_to_exec
exec(code, module.dict)
File "/home/user/app/app.py", line 2, in
from webscout import PhindSearch
File "/usr/local/lib/python3.10/site-packages/webscout/init.py", line 9, in
from .Provider import *
File "/usr/local/lib/python3.10/site-packages/webscout/Provider/init.py", line 2, in
from .PI import *
File "/usr/local/lib/python3.10/site-packages/webscout/Provider/PI.py", line 6, in
from webscout.AIutel import Optimizers
File "/usr/local/lib/python3.10/site-packages/webscout/AIutel.py", line 79, in
from .Extra.autocoder import AutoCoder
File "/usr/local/lib/python3.10/site-packages/webscout/Extra/init.py", line 5, in
from .autocoder import *
File "/usr/local/lib/python3.10/site-packages/webscout/Extra/autocoder/init.py", line 6, in
from .rawdog import *
File "/usr/local/lib/python3.10/site-packages/webscout/Extra/autocoder/rawdog.py", line 11, in
import pygetwindow as gw
File "/usr/local/lib/python3.10/site-packages/pygetwindow/init.py", line 347, in
raise NotImplementedError(
NotImplementedError: PyGetWindow currently does not support Linux. If you have Xlib knowledge, please contribute! https://github.com/asweigart/pygetwindow

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