Hi,

I want to try automatic header-graphics according to this recipes:  
http://www.jacobian.org/2006/jun/30/improved-text-image-view/ and  
http://www.jacobian.org/2006/jun/30/improved-text-image-view/

But when i try to access
        http://localhost:8000/a/?text=this
I get an error:

Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/ 
site-packages/django/core/handlers/base.py" in get_response
   74. response = callback(request, *callback_args, **callback_kwargs)
File "/Users/manolo/Sites/ultimateWeimar/../ultimateWeimar/ 
sightseeing/views.py" in view_header
   25. imf = ImageFont.truetype(fontfile, 200)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/ 
site-packages/PIL/ImageFont.py" in truetype
   202. return FreeTypeFont(filename, size, index, encoding)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/ 
site-packages/PIL/ImageFont.py" in __init__
   120. import _imagingft

   ImportError at /a/
   Failure linking new module: /Library/Frameworks/Python.framework/ 
Versions/2.4/lib/python2.4/site-packages/PIL/_imagingft.so: Symbol  
not found: _FMDisposeFontFamilyIterator Referenced from: /usr/local/ 
lib/libfreetype.6.dylib Expected in: flat namespace

I installed Freetype 2.2.1 and PIL 1.1.5 and during PIL installation  
it was metioned that FreeType is installed. What could be wrong.

I am running Django 0.91 on Mac OS X 10.4.1 and Python 2.4.1

Thanks, Manuel

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to