Trouble using PIL in Django app on Windows

前端 未结 2 1004
囚心锁ツ
囚心锁ツ 2021-01-03 06:03

I\'m learning a little Django with the Python Web Development with Django book. All was going well until I tried to build the photos application which requ

相关标签:
2条回答
  • 2021-01-03 06:41

    This worked for me when the same installer (windows, Python2.7) downloaded from the official PIL site did not. Thanks!

    0 讨论(0)
  • 2021-01-03 06:51

    I've answered this before here

    Just install pre-compiled binaries for Windows (for your python version) from http://www.lfd.uci.edu/~gohlke/pythonlibs/

    0 讨论(0)
提交回复
热议问题