Ergebnis 1 bis 10 von 523

Baum-Darstellung

  1. #11
    Neuer Benutzer
    Registriert seit
    18.12.2018
    Beiträge
    23
    Thanks
    1
    Thanked 9 Times in 9 Posts
    Hello

    @Audioniek thank you for all your fantastic contribution to opensource software creation.
    I have successfully built image for adb box on Gentoo machine. It was not fast forward but I had little problems. Image is working almost 100%. What I noticed I get blue screen when press INFO button. It should show infobar. But I get python exception:

    Code:
    [ActionMap] Keymap 'InfobarChannelSelection' -> Action = 'aspectratio'Traceback (most recent call last):
      File "/usr/lib/enigma2/python/Components/ActionMap.py", line 49, in action
        File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 870, in 
        aspectratioSelection
        ImportError: No module named AspectRatio
        [ePyObject] (CallObject(<bound method HelpableActionMap.action of 
        <Components.ActionMap.HelpableActionMap instance at 
        0x2d1e91ec>>,('InfobarChannelSelection', 'aspectratio')) failed)
        [gRC] main thread is non-idle! display spinner!
    Failing import line is in function in buildsystem/build_source/enigma2/lib/python/Screens/InfoBarGenerics.py

    Code:
            def aspectratioSelection(self):                from Screens.AspectRatio import AspectRatio
                    self.session.open(AspectRatio)
    Interestingly latest version does not has this function. Also buildsystem/build_source/enigma2.org/lib/python/Screens/InfoBarGenerics.py doesn't.
    May you give a tip how to fix it without just copying naively *.py file?

    This is my command:
    ./make.sh 33 2 2 2 4 2

    //Paweł
    Geändert von pablocool (18.12.2018 um 22:19 Uhr)


Berechtigungen

  • Neue Themen erstellen: Ja
  • Themen beantworten: Ja
  • Anhänge hochladen: Ja
  • Beiträge bearbeiten: Ja
  •