You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
Any tips on what to try next?
The text was updated successfully, but these errors were encountered: