Hi Neil,
I'm trying to run engal:
I got PIL installed on OSX 10.3 with support for JPEG and PNG:
PIL 1.1.5 BUILD SUMMARY
--------------------------------------------------------------------
version 1.1.5
platform darwin 2.4.1 (#2, Mar 31 2005, 00:05:10)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1666)]
--------------------------------------------------------------------
*** TKINTER support not available
--- JPEG support ok
--- ZLIB (PNG/ZIP) support ok
*** FREETYPE2 support not available
But when I try to add a GIF file to a photoset in engal I get a
controllers error:
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/PIL/Image.py",
line 1305, in save
save_handler(self, fp, filename)
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/PIL/JpegImagePlugin.py",
line 390, in _save
raise IOError("cannot write mode %s as JPEG" % im.mode)
IOError: cannot write mode P as JPEG
In fact I am not able to view any images....do you know what might be
the cause?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---