Only for amateur users on E2Xtream editor has updated their plugin to be used with python 3 now.
This is from their website
We have ported our Enigma2 plugin to the newer images with Python3. It is a separate installation and cannot be used with previous images.
Those that know, know mate 👍You Guys speak for yourselves, XE works just fine on E2 boxes, it's also very good at recording IPTV too.............🧐
XE is a great tool for Resellers & providers to manage their E2 subscriptions in one place, its not just for usersOnly for amateur users on E2
# Python Version 2.7.x (OpenATV 6.4)
wget -O /tmp/install.sh "https://xeev.app/files/ipk/2.7.18.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh
# Python Version 3.9.x (OpenATV 7.0)
wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.9.5.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh
# Python Version 3.10.x (OpenATV 7.1)
wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.10.5.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh
# Python Version 3.11.x (Openvix 6.3, OpenATV 7.2)
wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.11.1.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh
pyv="$(python -V 2>&1)"
echo "$pyv"
Only used it a few times and that was years back, but yes that would seem the most logical thing to do. as members are always asking when different python changes.Surely they can do a python version check in one script rather than having multiple versions. Or even just one plugin that works on all python versions many plugins have backwards compatibility.
well as it turns out there isnt terminal on openwebif with willowbuild. I was just trying to use it now and it isnt there. Any idea?New installs for Xtream Editor:
Code:# Python Version 2.7.x (OpenATV 6.4) wget -O /tmp/install.sh "https://xeev.app/files/ipk/2.7.18.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh # Python Version 3.9.x (OpenATV 7.0) wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.9.5.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh # Python Version 3.10.x (OpenATV 7.1) wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.10.5.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh # Python Version 3.11.x (Openvix 6.3, OpenATV 7.2) wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.11.1.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh
Install it from downloads - extensionswell as it turns out there isnt terminal on openwebif with willowbuild. I was just trying to use it now and it isnt there. Any idea?
Openwebif is there on the plugin but when I connect to the box no terminal showing where it normally isInstall it from downloads - extensions
Openwebif - terminal is what you're looking for
Terminal is a different plugin.Openwebif is there on the plugin but when I connect to the box no terminal showing where it normally is
which one for MAC? sorryYou can use putty How to use Putty for Unix/Linux commands
Limited time offer