Code: Alles auswählen
root@odroid:/home/odroid# /home/odroid/Downloads/Demon-Editor/DemonEditor-3.8.0-Beta/usr/share/demoneditor/start.py
Traceback (most recent call last):
File "/home/odroid/Downloads/Demon-Editor/DemonEditor-3.8.0-Beta/usr/share/demoneditor/start.py", line 4, in <module>
start_app()
File "/home/odroid/Downloads/Demon-Editor/DemonEditor-3.8.0-Beta/usr/share/demoneditor/app/ui/main.py", line 4574, in start_app
app = Application()
File "/home/odroid/Downloads/Demon-Editor/DemonEditor-3.8.0-Beta/usr/share/demoneditor/app/ui/main.py", line 338, in __init__
builder = get_builder(UI_RESOURCES_PATH + "main.glade", handlers)
File "/home/odroid/Downloads/Demon-Editor/DemonEditor-3.8.0-Beta/usr/share/demoneditor/app/ui/dialogs.py", line 233, in get_builder
builder.add_from_string(get_dialogs_string(path, tag))
File "/home/odroid/Downloads/Demon-Editor/DemonEditor-3.8.0-Beta/usr/share/demoneditor/app/ui/dialogs.py", line 215, in get_dialogs_string
with open(path, "r", encoding="utf-8") as f:
FileNotFoundError: [Errno 2] Datei oder Verzeichnis nicht gefunden: '/usr/share/demoneditor/app/ui/main.glade'