Tag Archives: uwsgi

“MagickWand shared library not found” on uwsgi

If you’re getting this error while deploying a Python app on uwsgi: MagickWand shared library not found. You probably had not installed ImageMagick library. Try to install: apt-get install libmagickwand-dev It may not be what it seems: Wand’s load_library() function … Continue reading

Posted in Solutions | Tagged , | Leave a comment