Python Imaging Library (PIL) missing

Python is a remarkably powerful dynamic programming language that is used in a wide variety of application domains. Python is often compared to Tcl, Perl, Ruby, Scheme or Java. It lets you work more quickly and integrate your systems more effectively. You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs.

Moderator: Lillian.W@AST

Post Reply
liefde
Posts: 56
youtube meble na wymiar Warszawa
Joined: Sat Feb 08, 2014 12:05 am

Python Imaging Library (PIL) missing

Post by liefde »

Code: Select all

root@nasustor:/volume1/.@plugins/share/seafile-server-5.0.5 # ./setup-seafile-mysql.sh
Checking python on this machine ...
  Checking python module: setuptools ... Done.
  Checking python module: python-imaging ...
 python-imaging  is not installed, Please install it first.

On Debian/Ubntu: apt-get install python-imaging
On CentOS/RHEL: yum install python-imaging


Error occured during setup.
Please fix possible problems and run the script again.
Oh my, I have such regrets not just building my own debian based nas. Why do they even try if they're not supplying the full python suite?

First the shebang all scripts use (#!/bin/bash) doesn't work on the NAS. Should be #!/usr/bin/env bash, so why they don't even create a symlink is beyond insane.
Yo, entware-ng, script this at install after entware-ng is installed:

Code: Select all

# opkg install whereis bash
# ln -s /volume1/.@plugins/AppCentral/entware-ng/opt/bin/bash /bin/bash
Post Reply

Return to “Python”