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
{{ message }}
This repository has been archived by the owner on Oct 13, 2019. It is now read-only.
So attempting to run it on my Mac it keeps on giving me this.
Traceback (most recent call last):
File "/Users/(MacName)/3DSController.py", line 6, in
import Xlib, Xlib.display, Xlib.XK
ModuleNotFoundError: No module named 'Xlib'
What does this mean?
The text was updated successfully, but these errors were encountered:
I got this error after install Xlib via pip then run 3DSController.py
Running via Termux!
$ ./3DSController.py
Traceback (most recent call last):
File "./3DSController.py", line 163, in
disp = Xlib.display.Display()
File "/data/data/com.termux/files/usr/lib/python3.7/site-packages/Xlib/display.py", line 89, in init
self.display = _BaseDisplay(display)
File "/data/data/com.termux/files/usr/lib/python3.7/site-packages/Xlib/display.py", line 71, in init
protocol_display.Display.init(self, *args, **keys)
File "/data/data/com.termux/files/usr/lib/python3.7/site-packages/Xlib/protocol/display.py", line 85, in init
name, protocol, host, displayno, screenno = connect.get_display(display)
File "/data/data/com.termux/files/usr/lib/python3.7/site-packages/Xlib/support/connect.py", line 73, in get_display
return mod.get_display(display)
File "/data/data/com.termux/files/usr/lib/python3.7/site-packages/Xlib/support/unix_connect.py", line 61, in get_display
raise error.DisplayNameError(display)
Xlib.error.DisplayNameError: Bad display name ""
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
So attempting to run it on my Mac it keeps on giving me this.
Traceback (most recent call last):
File "/Users/(MacName)/3DSController.py", line 6, in
import Xlib, Xlib.display, Xlib.XK
ModuleNotFoundError: No module named 'Xlib'
What does this mean?
The text was updated successfully, but these errors were encountered: