对不起我的语法,我不会说英语。在我设置了文件浏览器、tinymce 和 grappelli 之后,我收到了这个错误:No module named Image
try:
from PIL import Image
except ImportError:
import Image
我把它设置为,PIL
但它并没有解决问题。我的平台窗口
如果我想要: pip install PIL
`c:\Users\Kim\BitNami DjangoStack projects\homex8>pip install PIL
Downloading/unpacking PIL
Running setup.py egg_info for package PIL
WARNING: '' not a valid package name; please use only.-separated package names in setup.py
Installing collected packages: PIL
Running setup.py install for PIL
WARNING: '' not a valid package name; please use only.-separated package names in setup.py
building '_imaging' extension
error: Unable to find vcvarsall.bat`
我不明白那是什么意思
解决了问题。用easy_install重新安装PIL,还有更多动作,这里是细节。