Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shellbye/212448bc621068c8f1964db6fb557d78 to your computer and use it in GitHub Desktop.
Save Shellbye/212448bc621068c8f1964db6fb557d78 to your computer and use it in GitHub Desktop.
fix ImportError: The _imagingft C module is not installed when install & use django-simple-captcha in ubuntu 1404
#!/usr/bin/env bash
# ImportError: The _imagingft C module is not installed
apt-get install -y libfreetype6-dev
apt-get install -y python-imaging
pip install pillow
pip install django-simple-captcha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment