I try to run a webapp / site on my machine, it works on OSX 10.6.2, and I am having some problems:
Caught an exeption while rending: The _imagingft C module is not installed
Doing the _imagingft import in python gives me the following:
>>> import _imagingft Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: dlopen(/Library/Python/2.6/site-packages/PIL/_imagingft.so, 2): Symbol not found: _FT_Done_Face Referenced from: /Library/Python/2.6/site-packages/PIL/_imagingft.so Expected in: flat namespace in /Library/Python/2.6/site-packages/PIL/_imagingft.so
The Freetype library seems to have problems. There are still no errors while installing PIL and compiling (?) The jpeg and freetype libraries yet.
I am on django 1.1.1, python 2.6.2.
python django python-imaging-library macos
kenok
source share