Ich verwende Buildout für meine Django-Projekte, mit FeinCMS. Ich habe es lokal auf meinem Mac OSX Snow Leopard gut eingerichtet, ohne dass Fehler auftreten, wenn ich runserver verwende. Aber wenn ich ein Bild mit FeinCMS im Adminbereich hochlade, erscheint eine "Ausnahmewert: Das _imaging C Modul ist nicht installiert" Fehler.
Mein Traceback ist hier: http://dpaste.com/149492/
Meine buildout.cfg-Datei sieht folgendermaßen aus:
[buildout]
parts =
zlib
libjpeg
PILwoTk
django-mptt
django-staticfiles
django
eggs =
PILwoTk
feincms
[zlib]
recipe = hexagonit.recipe.cmmi
url = http://www.zlib.net/zlib-1.2.3.tar.gz
configure-options = --shared
[libjpeg]
recipe = hexagonit.recipe.cmmi
url = http://www.ijg.org/files/jpegsrc.v8.tar.gz
[PILwoTk]
recipe = zc.recipe.egg:custom
find-links = http://download.zope.org/distribution/
include-dirs =
${zlib:location}/include
${libjpeg:location}/include
library-dirs =
${zlib:location}/lib
${libjpeg:location}/lib
rpath =
${zlib:location}/lib
${libjpeg:location}/lib
[django-mptt]
recipe = infrae.subversion
urls = http://django-mptt.googlecode.com/svn/trunk/mptt mptt
[django-staticfiles]
recipe = mercurialrecipe
repository = http://bitbucket.org/jezdez/django-staticfiles/
[django]
recipe = djangorecipe
version = 1.1.1
project = recoilmedia
eggs = ${buildout:eggs}
extra-paths =
${django-mptt:location}
${django-staticfiles:location}
Ich habe auf FeinCMS-Gruppe, auf Django IRC/Gruppe gefragt, aber mit absolut keine Hilfe von niemandem auf, was dies sein kann. Ich habe alle über das Netz für Lösungen gesucht und haben noch nicht eine, die funktioniert gefunden. Es ist Tauchen mich an die Wand, ich habe auf es den ganzen Tag stecken. Weiß vielleicht jemand, was das Problem ist?