Jump to content


Photo

Python Imaging .ipk gesucht für DB 7020 HD mit OpenPLi 4


  • Please log in to reply
9 replies to this topic

#1 gordongard

  • New Member
  • 3 posts

0
Neutral

Posted 25 December 2024 - 22:41

Hallo zusammen,

ich habe eine ältere Dreambox 7020 HD mit OpenPLi 4 (2018-09-01-release-4)
                    
Ich habe PicturecenterFS erfolgreich installiert, doch diees plugin erfordert das Python Imaging Paket, das ich leider nirgens passend finde.
                    
Kann mir jemand mit einer Python Imaging .ipk helfen?
 

                   
Viele Grüsse



Re: Python Imaging .ipk gesucht für DB 7020 HD mit OpenPLi 4 #2 mrvica

  • Senior Member
  • 1,275 posts

+88
Good

Posted Yesterday, 13:42

frohe Weihnachten,

das findest du eher als PIL (python imaging library), vielleicht heisst es jetztz gar pillow (Kissen), bin da nicht auf dem laufenden

hab was gefunden

https://forums.openp...dpost&p=1578774

https://forums.openp...dpost&p=1579182


Edited by mrvica, Yesterday, 13:46.


Re: Python Imaging .ipk gesucht für DB 7020 HD mit OpenPLi 4 #3 mrvica

  • Senior Member
  • 1,275 posts

+88
Good

Posted Yesterday, 14:09

for PLi4 try this

opkg update && opkg install python-imaging



Re: Python Imaging .ipk gesucht für DB 7020 HD mit OpenPLi 4 #4 WanWizard

  • PLi® Core member
  • 70,929 posts

+1,835
Excellent

Posted Yesterday, 14:55

Should work fine:

[build@buildserver3] $ find . -name "python-im*"
./mips32el/python-imaging_1.1.7-r5.4_mips32el.ipk

 


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Python Imaging .ipk gesucht für DB 7020 HD mit OpenPLi 4 #5 gordongard

  • New Member
  • 3 posts

0
Neutral

Posted Yesterday, 19:18

Danke für Eure Antworten:

 

Ich hatte vor meinem obigen Beitrag schon viel gesucht und auch zwei .ipk gefunden. Habe versucht diese per Telnet manuell zu installieren, was zu Inkompatibilitäten führte:

>> opkg install python-imaging_1.1.7-r3_mips32el-nf.ipk

>> Not selecting python-imaging 1.1.7 due to incompatible architecture.

 

>> opkg install /tmp/python-imaging_1.1.7-r4_mips32el.ipk
>> Installing python-imaging (1.1.7-r4) on root.
>> Collected errors:
>> * satisfy_dependencies_for: Cannot satisfy the following dependencies for python-imaging:
>> *      lcms (>= 1.17) *
>> * opkg_install_cmd: Cannot install package python-imaging.

______________

 

Die untere Fehlermeldung mit dependencies verstehe ich nicht, zu wenig Erfahrung.

 

Hab dann gelesene, dass es an der verwendeten Python-Version liegen könnte.

In usr/bin steht nur was on Python 2

______________

 

opkg update liefert nichts mehr:

>> Downloading http://downloads.pli...0hd/Packages.gz.
>> wget: can't connect to remote host (51.178.16.136): Network is unreachable
______________

 

 

Ratlose Grüsse.



Re: Python Imaging .ipk gesucht für DB 7020 HD mit OpenPLi 4 #6 WanWizard

  • PLi® Core member
  • 70,929 posts

+1,835
Excellent

Posted Yesterday, 19:32

Keine Ahnung, warum die Abhängigkeit nicht im Feed ist. OpenPLi ist uralt und wurde seit vielen Jahren nicht mehr entwickelt.

Und hier gibt es keine Netzwerkprobleme, der Link wird hier problemlos heruntergeladen.

 

( google translate )


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Python Imaging .ipk gesucht für DB 7020 HD mit OpenPLi 4 #7 mrvica

  • Senior Member
  • 1,275 posts

+88
Good

Posted Yesterday, 19:35

du kannst mal versuchen ohne die deps

opkg install /tmp/python-imaging_1.1.7-r4_mips32el.ipk --nodeps



Re: Python Imaging .ipk gesucht für DB 7020 HD mit OpenPLi 4 #8 Tech

  • Forum Moderator
    PLi® Core member
  • 14,956 posts

+488
Excellent

Posted Yesterday, 20:31

Ups, falscher Beitrag......


Aan de rand van de afgrond is een stap voorwaarts niet altijd vooruitgang....

On the edge of the abyss, a step forward is not always progress....

Hardware: 2x Daily used Vu+ Ultimo 4K - Vu+ Duo 4K SE and a lot more.... - VisioSat BiBigsat - Jultec Unicable Multiswitch 4 positions: 19.2/23.5/28.2 East - Diseqc motorized flatdish antenna

Software : HomeBuild OpenPLi Develop and Scarthgap builds, local cards driven by OsCam

Press the Posted Image button on the buttom right of this message ;)

Have you tried our wiki yet? Many answers can be found in our OpenPLi wiki


Re: Python Imaging .ipk gesucht für DB 7020 HD mit OpenPLi 4 #9 gordongard

  • New Member
  • 3 posts

0
Neutral

Posted Yesterday, 20:40

>> OpenPLi ist uralt und wurde seit vielen Jahren nicht mehr entwickelt.

 

I know, But its still working fine and i love it.
 

 

>> Und hier gibt es keine Netzwerkprobleme, der Link wird hier problemlos heruntergeladen.

 

Via Telnet not, via Browser yes. And inside packages.gz is ONE extension-description. :o))

 

____

 

>> du kannst mal versuchen ohne die deps

 

Habe ich gemacht:

 

>> root@dm7020hd:~# opkg install /tmp/python-imaging_1.1.7-r4_mips32el.ipk -nodeps
>> Installing python-imaging (1.1.7-r4) on root.
>> Configuring python-imaging.
 

Und nach Dreambox-Reboot PicturecenterFS works! :o))

 

You all are my Santa Claus!



Re: Python Imaging .ipk gesucht für DB 7020 HD mit OpenPLi 4 #10 WanWizard

  • PLi® Core member
  • 70,929 posts

+1,835
Excellent

Posted Yesterday, 20:50

Ho Ho Ho... :) :P


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.



2 user(s) are reading this topic

1 members, 1 guests, 0 anonymous users