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

Unable to grab mouse ... @ error/xwindow.c/XSelectWindow/9354 #24

Open
itsallmathematics opened this issue Nov 14, 2024 · 0 comments
Open

Comments

@itsallmathematics
Copy link

Version: Current main as of this post
Issue: I get the following error message when running on Fedora 40, Python version: 3.12.4.
Install method: python3 -m pip install -r requirements.txt

user@localhost ~/t/argus (main)> ./argus.py 1
import: unable to grab mouse '': Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9354.
import: unable to read X window image '': Success @ error/xwindow.c/XImportImage/4961.
import: unable to read X window image '': Resource temporarily unavailable @ error/xwindow.c/XImportImage/5068.
import:  `os' @ error/import.c/ImportImageCommand/1289.
import: unable to grab mouse '': Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9354.
import: unable to read X window image '': Success @ error/xwindow.c/XImportImage/4961.
import: unable to read X window image '': Resource temporarily unavailable @ error/xwindow.c/XImportImage/5068.
import:  `sys' @ error/import.c/ImportImageCommand/1289.
import: unable to grab mouse '': Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9354.
import: unable to read X window image '': Success @ error/xwindow.c/XImportImage/4961.
import: unable to read X window image '': Resource temporarily unavailable @ error/xwindow.c/XImportImage/5068.
import:  `time' @ error/import.c/ImportImageCommand/1289.
import: unable to grab mouse '': Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9354.
import: unable to read X window image '': Success @ error/xwindow.c/XImportImage/4961.
import: unable to read X window image '': Resource temporarily unavailable @ error/xwindow.c/XImportImage/5068.
import:  `subprocess' @ error/import.c/ImportImageCommand/1289.
import: unable to grab mouse '': Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9354.
import: unable to read X window image '': Success @ error/xwindow.c/XImportImage/4961.
import: unable to read X window image '': Resource temporarily unavailable @ error/xwindow.c/XImportImage/5068.
import:  `random' @ error/import.c/ImportImageCommand/1289.
./argus.py: line 6: from: command not found
./argus.py: line 7: from: command not found
./argus.py: line 8: from: command not found
./argus.py: line 9: from: command not found
./argus.py: line 10: from: command not found
./argus.py: line 11: from: command not found
./argus.py: line 12: from: command not found
./argus.py: line 13: from: command not found
./argus.py: line 15: from: command not found
./argus.py: line 16: from: command not found
./argus.py: line 18: syntax error near unexpected token `os.path.join'
./argus.py: line 18: `sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__)), '..'))'

Any tips on what to try next?

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