I was struggled installing this Autodock Tools on Ubuntu for days, because of the Python Imaging Library issues ("decoder jpeg not available|" and "decoder zip not available"). Ubuntu and all its stuff is actually quiet new to me since i've been working on Windows for ages.
Anyway, i wrote down the steps to solve my issues here:
1st step---
Before you're moving too far to install MGLTools, first it's better to figure out your Python Imaging Library (PIL) installation. If you have installed PIL then you need to :
sudo pip uninstall PIL
sudo apt-get install build-essential python-dev zlib1g-dev liblcms1-dev libjpeg8 libjpeg62-dev libfreetype6 libfreetype6-dev
sudo ln -s /usr/lib/i386-linux-gnu/libfreetype.so /usr/lib
sudo ln -s /usr/lib/i386-linux-gnu/libz.so /usr/lib
sudo ln -s...