On Thu 2006-09-21 (09:50), [EMAIL PROTECTED] wrote: > > Hi Neil, > > I briefly went over engal, I didn't see any specific external > references to PIL. I went to the PIL site and they have package that > you can compile (I'm on mac). I was able to run your code okay without > having to download PIL. is PIL built into Python 2.4? > > I'm going more in depth in your code tommorow.
It's the "Image" module, used in controllers.py, the main controller, the image function. It allows for resizing of images to fit within a particular size (thumbnail). You can probably get all you need from the PIL web page. Neil -- Neil Blakey-Milner [EMAIL PROTECTED] http://mithrandr.moria.org/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

