[reportlab-users] cannot install reportlab using easy_install
Sorin Sbarnea
sorin.sbarnea at gmail.com
Sun Apr 26 06:41:02 EDT 2009
Thanks for the fast response. Here is the gcc version:
gcc version 4.1.2 20080704 (Red Hat 4.1.2-44) - from CentOS release 5.3 (Final)
Regarding easy_install - this should be a recommended way to install
any python package, specially when the distribution does not provide a
a package using it's package manager.
I know that I could try other methods but I prefer so solve this bug -
so others will not have the same issue.
BTW, I'm not the first encountering this issue, take a look at:
http://mail.python.org/pipermail/python-list/2009-February/702078.html
I will be happy to assist in solving this.
--
/sorin
http://nusunt.eu
On Sun, Apr 26, 2009 at 1:19 PM, David Brooks <dave at bcs.co.nz> wrote:
> You are much better off downloading ReportLab from
> http://www.reportlab.org/downloads.html and following the instructions in
> the User Guide -- easy_install is *not* the recommended way to install the
> package....
>
>
> Dave
>
> On 26/4/09 9:50 PM, Marco Bizzarri wrote:
>
> On Sun, Apr 26, 2009 at 10:33 AM, Sorin Sbarnea <sorin.sbarnea at gmail.com>
> wrote:
>
>
> I discovered that "easy_install reportlab" fails on Centos, here is the
> error
>
>
>
>
>
> Making a wild guess: your gcc is newer than the one used to check
> reportlab. The newer version could be more strict than the previous
> ones.
>
> You could post the version of gcc (gcc -v) so that people at reportlab
> can diagnose the problem more properly.
>
> Even though I'm not an expert of easy_install, if you've older
> versions of gcc installerd, maybe you could try to force it to use an
> older version using an "export CC=/usr/bin/gcc-<something>"; however,
> I'm not sure this will not cause troubles with python itself. Again,
> making guesses.
>
> Regards
> Marco
>
>
>
>
> _______________________________________________
> 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