Code: Select all
python -m pip install pillow
Code: Select all
Successfully installed pillow
Aber wenn ich es versuche:
Code: Select all
import pillow
ImportError: Kein Modul namens Pillow< /p>
Wenn python -m pip install Pillow erneut ausgeführt wird, heißt es
Code: Select all
Requirement already satisfied (use --upgrade to upgrade): pillow in c:\python27\lib\site-packages