• # python3-pip

    Posté par (Mastodon) . En réponse à la dépêche Publication de Textoter 0.51. Évalué à 2.

    Dans les dépendances, il manque le paquet python3-pip.

    Sinon il ne se lance pas correctement chez moi (Debian64 unstable) :
    ```
    Traceback (most recent call last):
    File "/usr/local/lib/python3.9/dist-packages/textoter/textoter.py", line 266, in do_startup
    self.read_config()
    File "/usr/local/lib/python3.9/dist-packages/textoter/textoter.py", line 319, in read_config
    self.actions = self.actions_from_config(self.config)
    File "/usr/local/lib/python3.9/dist-packages/textoter/textoter.py", line 289, in actions_from_config
    history_list = self.sanitize_list(history_list.split(';'))
    AttributeError: 'list' object has no attribute 'split'

    (textoter:4643): Gtk-WARNING **: 09:52:11.072: ../../../../gtk/gtkwidget.c:8648: widget not within a GtkWindow

    (textoter:4643): Gtk-WARNING **: 09:52:11.072: ../../../../gtk/gtkwidget.c:8648: widget not within a GtkWindow
    Traceback (most recent call last):
    File "/usr/local/lib/python3.9/dist-packages/textoter/textoter.py", line 258, in do_activate
    win = TextoterWindow(self, self.bt)
    File "/usr/local/lib/python3.9/dist-packages/textoter/textoter.py", line 70, in init
    for num in self.app.actions['history_list'][1]:
    AttributeError: 'TextoterApplication' object has no attribute 'actions'
    ```