den4uk/andriller

Unable to execute GUI window

dabeersboys opened this issue · 2 comments

(env) dabeersboys@COMPUTERNAME1:~$ python -m andriller
Failed to execute a gui window.
Traceback (most recent call last):
File "/home/dabeersboys/env/lib/python3.6/site-packages/andriller/init.py", line 42, in run
root = windows.MainWindow(log_level=level)
File "/home/dabeersboys/env/lib/python3.6/site-packages/andriller/windows.py", line 174, in init
super().init(**kwargs)
File "/home/dabeersboys/env/lib/python3.6/site-packages/andriller/windows.py", line 79, in init
self.root = tk.Tk()
File "/usr/lib/python3.6/tkinter/init.py", line 2023, in init
self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)
_tkinter.TclError: no display name and no $DISPLAY environment variable

It looks like are trying to run in a headless mode (without a display).

Ensure you have a display configured with your system.

This is not an issue with the software, but your system setup.