system
1
I'm interested in using the Python Imaging Library (PIL) with Linino on the Arduino Yun.
It does seem to be in OpenWRT https://dev.openwrt.org/browser/packages/lang/python-imaging-library but not in Linino at GitHub - arduino/linino
Where's the right place to go to find out the mechanics of getting the port done?
sonnyyu
2
opkg update
opkg install python-imaging-library
sonnyyu : Did you try that ? I tried that a couple of days ago and it didn't work, some error that the package could not be found or the like.
installation log:
root@Arduino:/mnt/sda1/arduino# opkg install python-imaging-library
Installing python-imaging-library (1.1.7-2) to root...
Downloading http://download.linino.org/dogstick/all-in-one/latest/packages//python-imaging-library_1.1.7-2_ar71xx.ipk.
Installing libfreetype (2.4.8-1) to root...
Downloading http://download.linino.org/dogstick/all-in-one/latest/packages//libfreetype_2.4.8-1_ar71xx.ipk.
Installing libbz2 (1.0.6-1) to root...
Downloading http://download.linino.org/dogstick/all-in-one/latest/packages//libbz2_1.0.6-1_ar71xx.ipk.
Installing libjpeg (6b-1) to root...
Downloading http://download.linino.org/dogstick/all-in-one/latest/packages//libjpeg_6b-1_ar71xx.ipk.
Configuring libbz2.
Configuring libfreetype.
Configuring libjpeg.
Configuring python-imaging-library.
What is yours?
Yes, it finally worked today ! Though I did it manually instead, but I have it setup now! Cheers ! 