Hallo!
Ich bin neu bei Arch Linux und habe vorher 8 Jahre lang Debian genutzt. Das minimalistische Konzept von Arch Linux gefällt mir sehr. Vielen Dank an alle Entwickler!! Eine tolle Sache!
Zum Problem: ich nutze das LaTeXPlugin für GEdit. Es wird im Dialog von GEdit zwar aufgeführt, lässt sich aber nicht aktivieren. Im Terminal bekomme ich folgende Fehlermeldung:
----
Traceback (most recent call last):
File "/home/hendrik/.gnome2/gedit/plugins/LaTeXPlugin/__init__.py", line 23, in <module>
from WindowHelper import WindowHelper
File "/home/hendrik/.gnome2/gedit/plugins/LaTeXPlugin/WindowHelper.py", line 43, in <module>
from ipc.DBusController import DBusController
File "/home/hendrik/.gnome2/gedit/plugins/LaTeXPlugin/ipc/DBusController.py", line 50, in <module>
error(self, None, "Failed to import D-Bus bindings")
NameError: name 'self' is not defined
- (gedit:6924): WARNING **: Cannot load Python plugin 'LaTeX Plugin 0.1.3.1' since file 'LaTeXPlugin' cannot be read.
- (gedit:6924): WARNING **: Error activating plugin 'LaTeX Plugin 0.1.3.1'
----
Was läuft da falsch?
Besten Dank und viele Grüße,
ignoramus