[reportlab-users] Problems installing Reportlab

Christopher Brewster cbrewster at gmail.com
Thu Aug 6 12:21:00 EDT 2009


Bill,

Here is the PIL installation output from a an hour or so ago:

-

--------------------------------------------------------------------
PIL 1.1.6 BUILD SUMMARY
--------------------------------------------------------------------
version 1.1.6
platform darwin 2.6.2 (r262:71600, Apr 16 2009, 09:17:39)
[GCC 4.0.1 (Apple Computer, Inc. build 5250)]
--------------------------------------------------------------------
--- TKINTER support ok
--- JPEG support ok
--- ZLIB (PNG/ZIP) support ok
--- FREETYPE2 support ok
--------------------------------------------------------------------
To check the build, run the selftest.py script.
running build_scripts
running install_lib
running install_scripts
changing mode of /Library/Frameworks/Python.framework/Versions/2.6/bin/
pilconvert.py to 755
changing mode of /Library/Frameworks/Python.framework/Versions/2.6/bin/
pildriver.py to 755
changing mode of /Library/Frameworks/Python.framework/Versions/2.6/bin/
pilfile.py to 755
changing mode of /Library/Frameworks/Python.framework/Versions/2.6/bin/
pilfont.py to 755
changing mode of /Library/Frameworks/Python.framework/Versions/2.6/bin/
pilprint.py to 755
running install_egg_info
Removing /Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/PIL/PIL-1.1.6-py2.6.egg-info
Writing /Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/PIL/PIL-1.1.6-py2.6.egg-info
creating /Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/PIL.pth
christopher-brewsters-macbook-pro-15:Imaging-1.1.6 kiffer$ sudo python
selftest.py
57 tests passed.

----

Does this help to identify the problem?
I am convinced it has something to do with 2.6 vs. 2.5 from what i am
reading on the net.

Christopher



On 6 Aug 2009, at 18:07, Bill Janssen wrote:

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
_______________________________________________
reportlab-users mailing list
reportlab-users at reportlab.com
http://two.pairlist.net/mailman/listinfo/reportlab-users



More information about the reportlab-users mailing list