reportlab
24/03/2009
reportlab 2.3 and buildout or easy_install failed.
by
kiorky
—
last modified
24/03/2009 15:25
For those who get annonying troubles installing reportlab 2.3 with the
distribution available on pypi, i made another distribution [1].
To achieve this, i have just done a checkout from their svn TAG (2.3) and
re-executed the sdist dance.
The troubles i had personnaly was something like that :
"/usr/bin/ld: cannot find -l_renderPM_libart"
Here is a sample buildout using either minitage.recipe:egg or zc.recipe.egg to
install it:
[buildout]
versions=versions
parts=
eggs
zceggs
[versions]
reportlab=2.3
[eggs]
recipe=minitage.recipe:egg
eggs=
reportlab
find-links=
http://distfiles.minitage.org/public/externals/minitage/
[zceggs]
recipe=zc.recipe.egg
eggs=
reportlab
find-links=
http://distfiles.minitage.org/public/externals/minitage/
[1] http://distfiles.minitage.org/public/externals/minitage/reportlab-2.3.tar.gz


