If I understand you correctly, you do not see the plugin in the “plugin browser” on OBH 5.4.1... I'll check and correct it now if I have the same "symptoms".
That's exactly what I did... it's not a problem =)... The question was why this situation occurred... I simply updated one of the images installed in Multiboot..
After updating one of the images (OpenPli 9) installed in Multiboot (USB slot), I get an error after rebooting
< 753.193665> 05:12:16.4815 Traceback (most recent call last):
< 753.193917> 05:12:16.4817 File "/usr/lib/enigma2/python/StartEnigma.py", line 439, in <module>
< 753.194870>...
You need to look at how the output of this “picture” is implemented in your skin... The converter downloads it and returns it to you pixmap... so most likely the error is not in it
That's the problem why it doesn't work for you...This part of the code can be rewritten using eTimer ... I need to see if there is a Poll classin OBH ...
Without the process module and the logic to determine whether samba or openvpn is being used... This piece of code was returning True or False.. now it is gone
In this variant converter code supports only what you have in your skin
<convert type="GREG_converter">flag</convert>
<convert...
WTF! Now I understand the problem =) ...
What are these lines in the code?
import process
p = process.ProcessList()
There is no such module in python3. And I'm not sure that such a module exists in Py2 =) ... Do you have a process.py file? Judging by the logic of the converter code, this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.