su1s / e2m3u2bouquet

Enigma2 IPTV m3u parser and bouquet creator
GNU General Public License v3.0
68 stars 50 forks source link

Import Error #53

Closed wetpatch closed 6 years ago

wetpatch commented 6 years ago

Hi, could you help with this. Many thanks.

root@vusolo2:~# cd /etc/enigma2/e2m3u2bouquet root@vusolo2:/etc/enigma2/e2m3u2bouquet# ./e2m3u2bouquet.py -n FAB -u removed-p removed Traceback (most recent call last): File "./e2m3u2bouquet.py", line 25, in from PIL import Image ImportError: No module named PIL root@vusolo2:/etc/enigma2/e2m3u2bouquet#

DougMac commented 6 years ago

I've removed your username & password that you left in above (you may want to change your password)

Your box is missing some python libraries try running opkg install python-image python-imaging

wetpatch commented 6 years ago

Many thanks.