Menu

Electrip-5.5.8

Anonymous
2019-01-09
2019-02-11
  • Anonymous

    Anonymous - 2019-01-09

    Lieber Moritz,

    seitdem es Electrip nur noch auf flatpak gibt, bekomme ich es leider unter OpenSuse's leap 15 nicht zum laufen... sehr schade, weil ich mag electrip wirklich sehr, sehr gerne.
    Es gibt Fehlermeldungen:

    pc192:~>flatpak run net.sourceforge.electrip.Electrip
    Traceback (most recent call last):
    File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main
    "main", mod_spec)
    File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
    exec(code, run_globals)
    File "/app/lib/python3.5/site-packages/Electrip-5.5.8-py3.5.egg/electrip/main.py", line 7, in <module>
    from electrip.electrip import Electrip
    File "/app/lib/python3.5/site-packages/Electrip-5.5.8-py3.5.egg/electrip/electrip.py", line 15, in <module>
    from electrip.config import JsonModel
    File "/app/lib/python3.5/site-packages/Electrip-5.5.8-py3.5.egg/electrip/config/init.py", line 4, in <module>
    from electrip.config.loco import Loco
    File "/app/lib/python3.5/site-packages/Electrip-5.5.8-py3.5.egg/electrip/config/loco.py", line 10, in <module>
    _ = gettext.translation(APP_ID + "-configuration", localedir=LOCALE_PATH).gettext
    File "/usr/lib/python3.5/gettext.py", line 417, in translation
    raise OSError(ENOENT, 'No translation file found for domain', domain)
    FileNotFoundError: [Errno 2] No translation file found for domain: 'net.sourceforge.electrip.Electrip-configuration'
    pc192:~></module></module></module></module>

    Electrip-5.3.9 läuft tadellos.

    Gibt es Erfahrungen mit diesem Problem?
    Auf eine Antwort freue ich mich.

    Beste Grüße

    Andreas

     
  • Moritz Renftle

    Moritz Renftle - 2019-01-16

    Hallo Andreas,

    das ist ein seltsames Problem. Ich habe versucht, es in einer VM mit OpenSuse zu reproduzieren und es nur einmal geschafft. Dann war es auf einmal weg.

    Kannst du mir mal die Ausgabe der folgenden Befehle posten:

    Zuerst

    sudo zypper install mlocate
    sudo updatedb
    

    um schnell Dateien suchen zu können.

    Dann mittels

    locate electrip | grep LC_M
    

    nach den Übersetzungsdateien von Electrip suchen.

    Beste Grüße
    Moritz

     
    • Anonymous

      Anonymous - 2019-01-16

      Hallo Moritz,

      vielen Dank für Deine schnelle Reaktion; das freut mich sehr.
      Hier die Ausgaben:

      pc192:~> sudo zypper install mlocate
      [sudo] password for root:
      Retrieving repository 'devel:libraries:c_c++' metadata .......................................................................................................................................[done]
      Building repository 'devel:libraries:c_c++' cache ............................................................................................................................................[done]
      Retrieving repository 'Packman Repository' metadata ..........................................................................................................................................[done]
      Building repository 'Packman Repository' cache ...............................................................................................................................................[done]
      Loading repository data...
      Reading installed packages...
      Resolving package dependencies...

      The following 2 NEW packages are going to be installed:
      mlocate mlocate-lang

      The following recommended package was automatically selected:
      mlocate-lang

      2 new packages to install.
      Overall download size: 124.7 KiB. Already cached: 0 B. After the operation, additional 389.9 KiB will be used.
      Continue? [y/n/...? shows all options] (y):
      Retrieving package mlocate-0.26-lp150.3.3.1.x86_64 (1/2), 69.8 KiB (143.8 KiB unpacked)
      Retrieving: mlocate-0.26-lp150.3.3.1.x86_64.rpm ..............................................................................................................................................[done]
      Retrieving package mlocate-lang-0.26-lp150.3.3.1.noarch (2/2), 55.0 KiB (246.0 KiB unpacked)
      Retrieving: mlocate-lang-0.26-lp150.3.3.1.noarch.rpm .........................................................................................................................................[done]
      Checking for file conflicts: .................................................................................................................................................................[done]
      (1/2) Installing: mlocate-0.26-lp150.3.3.1.x86_64 ............................................................................................................................................[done]
      Additional rpm output:
      Updating /etc/sysconfig/locate ...

      (2/2) Installing: mlocate-lang-0.26-lp150.3.3.1.noarch .......................................................................................................................................[done]
      pc192:~> sudo updatedb
      pc192:~> locate electrip | grep LC_M
      /var/lib/flatpak/app/net.sourceforge.electrip.Electrip/x86_64/stable/d5e6e209463320bac9c08bdcf46659983d22644b9ac7326005420fe9d5ae77c6/files/lib/python3.5/site-packages/Electrip-5.5.8-py3.5.egg/electrip/locale/de/LC_MESSAGES
      /var/lib/flatpak/app/net.sourceforge.electrip.Electrip/x86_64/stable/d5e6e209463320bac9c08bdcf46659983d22644b9ac7326005420fe9d5ae77c6/files/lib/python3.5/site-packages/Electrip-5.5.8-py3.5.egg/electrip/locale/de/LC_MESSAGES/net.sourceforge.electrip.Electrip-configuration.mo
      /var/lib/flatpak/app/net.sourceforge.electrip.Electrip/x86_64/stable/d5e6e209463320bac9c08bdcf46659983d22644b9ac7326005420fe9d5ae77c6/files/lib/python3.5/site-packages/Electrip-5.5.8-py3.5.egg/electrip/locale/de/LC_MESSAGES/net.sourceforge.electrip.Electrip-control.mo
      /var/lib/flatpak/app/net.sourceforge.electrip.Electrip/x86_64/stable/d5e6e209463320bac9c08bdcf46659983d22644b9ac7326005420fe9d5ae77c6/files/lib/python3.5/site-packages/Electrip-5.5.8-py3.5.egg/electrip/locale/de/LC_MESSAGES/net.sourceforge.electrip.Electrip-main.mo
      pc192:~>

      Hoffentlich ist das hilftreich.

      Schöne Grüße

      Andreas

       
      • Moritz Renftle

        Moritz Renftle - 2019-01-16

        Hallo Andreas,

        gerne, ich denke wir finden bald eine Lösung.
        Ich habe den Fehler inzwischen gefunden und werde bald ein Update rausbringen. In der Zwischenzeit kannst du einfach deine Systemsprache auf Deutsch einstellen ;) Dann sollte Electrip laufen.

        Über weiteres Feedback freue ich mich jederzeit!
        Beste Grüße
        Moritz

         
        • Anonymous

          Anonymous - 2019-01-17

          Hallo Moritz,

          super... wie hast Du das denn so schnell herraus gefunden? Electrip läuft wieder bestens.
          Vielleicht als Workaround:

          LANG=de_DE flatpak run net.sourceforge.electrip.Electrip

          Dann braucht man die Systemsprache nicht umzustellen.
          Vielen Dank nochmal.

          Schöne Grüße

          Andreas

           
  • Anonymous

    Anonymous - 2022-01-12
    Post awaiting moderation.

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.