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
I'm using the 0.3.0 version of atbswp. I'm not sure if this is considered the latest version, since there's the source tag for 0.3.1 and there's the latest commit. Please let me know if I should try reproducing this in one of these versions instead
Operating System
openSUSE Leap 15.4
Desktop Environment/Window Manager
KDE Plasma 5.24.4/KWin
Python version
3.6.15
Description
I'm getting this output when attepmting to run it:
/bin/sh: /tmp/_MEI6W252q/libtinfo.so.6: no version information available (required by /lib64/libreadline.so.7)
Traceback (most recent call last):
File "atbswp.py", line 21, in <module>
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "/home/maurice/atbswp/lib64/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module
File "gui.py", line 27, in <module>
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "/home/maurice/atbswp/lib64/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module
File "control.py", line 31, in <module>
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "/home/maurice/atbswp/lib64/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module
File "pyautogui/__init__.py", line 94, in <module>
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "/home/maurice/atbswp/lib64/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module
File "mouseinfo/__init__.py", line 149, in <module>
File "Xlib/display.py", line 89, in __init__
File "Xlib/display.py", line 71, in __init__
File "Xlib/protocol/display.py", line 166, in __init__
Xlib.error.DisplayConnectionError: Can't connect to display ":0": b'No protocol specified\n'
[5057] Failed to execute script atbswp
The text was updated successfully, but these errors were encountered:
Checklist
Verbose log
None
Miscellaneous information
I'm using the 0.3.0 version of atbswp. I'm not sure if this is considered the latest version, since there's the source tag for 0.3.1 and there's the latest commit. Please let me know if I should try reproducing this in one of these versions instead
Operating System
openSUSE Leap 15.4
Desktop Environment/Window Manager
KDE Plasma 5.24.4/KWin
Python version
3.6.15
Description
I'm getting this output when attepmting to run it:
The text was updated successfully, but these errors were encountered: