Hab ein Problem mit dem Image Modul:
Code: Alles auswählen
from PIL import Image
bild = Image.open("bild.jpg")
pic = bild.load()Code: Alles auswählen
Traceback (most recent call last):
File "C:\Python27\Scripts\bild.py", line 5, in <module>
pic = bild.load()
File "C:\Python27\lib\site-packages\PIL\ImageFile.py", line 164, in load
self.load_prepare()
File "C:\Python27\lib\site-packages\PIL\PngImagePlugin.py", line 381, in load_prepare
ImageFile.ImageFile.load_prepare(self)
File "C:\Python27\lib\site-packages\PIL\ImageFile.py", line 231, in load_prepare
self.im = Image.core.new(self.mode, self.size)
File "C:\Python27\lib\site-packages\PIL\Image.py", line 37, in __getattr__
raise ImportError("The _imaging C module is not installed")
ImportError: The _imaging C module is not installed
-Stefan
PS: Sorry, bin sehr müde, konnte die Frage nicht ausführlich schreiben.

