[reportlab-users] Problems installing Reportlab

Bill Janssen janssen at parc.com
Thu Aug 6 12:07:42 EDT 2009


Christopher, can you show us the output from building and installing PIL?

What you want to look for is this:

--------------------------------------------------------------------
PIL 1.1.6 BUILD SUMMARY
--------------------------------------------------------------------
version 1.1.6
platform darwin 2.5.1 (r251:54863, Jan 13 2009, 10:26:13)
[GCC 4.0.1 (Apple Inc. build 5465)]
--------------------------------------------------------------------
--- TKINTER support ok
--- JPEG support ok
--- ZLIB (PNG/ZIP) support ok
--- FREETYPE2 support ok
--------------------------------------------------------------------

I build PIL and ReportLab continuously on an OS X 10.5 buildbot. To
get all of these libraries supported by PIL, I also have to build and
install libpng, libjpeg, libtiff, and freetype2 before I build PIL.

Bill


More information about the reportlab-users mailing list