Posts by jacky07

    Das liegt daran, das kaa-imlib2 (und evtl. kaa-base) irgendwann einmal mittels "sudo apt-get install" aus den debian repositories installiert wurde. Diese Version hat keinen SVG support!

    Abhilfe:

    Code
    sudo apt-get purge python-kaa-base python-kaa-imlib2

    Falls noch nicht im Zuge der Installation von Newtron-Radio geschehen (siehe INSTALL.txt):

    Code
    sudo apt-get install python-pip
    sudo apt-get install python2.7-dev
    sudo apt-get install libimlib2-dev
    sudo apt-get install librsvg2-dev

    Dann kaa-base und kaa-imlib2 mittels pip installieren:

    Code
    sudo pip install kaa-base
    sudo pip install kaa-imlib2


    [/quote]

    :bravo2: Thanks

    Code
    sudo apt-get purge python-kaa-base python-kaa-imlib2

    then

    Code
    sudo pip install kaa-base
    sudo pip install kaa-imlib2


    [/quote]

    that is the solution

    Thanks

    Hallo

    I have the same error massage as Daniel9180 please is there somthing we are missing with the installation?

    newtron-radio.py:815: RuntimeWarning: This channel is already in use, continuing anyway. Use GPIO.setwarnings(False) to disable warnings.
    GPIO.setup(18, GPIO.OUT)
    trying fbcon
    using fbcon
    Display area size: 320 x 240
    Traceback (most recent call last):
    File "newtron-radio.py", line 984, in <module>
    load_skin()
    File "newtron-radio.py", line 628, in load_skin
    btn_buf = [pygame_svg(btn_path+msg_frame, skin_color, (w,h/2))]
    File "newtron-radio.py", line 592, in pygame_svg
    svg = imlib2.open_from_memory(svgbuf,size)
    File "/usr/lib/python2.7/dist-packages/kaa/imlib2/image.py", line 159, in open_from_memory
    w, h, buf = _Imlib2.render_svg_to_buffer(size[0], size[1], buf)
    IOError: SVG support missing

    :helpnew: