I'm trying to install ReportLab 2.4 on a 10.04.2 server with virtualenv. In the ReportLab_2_4 folder I use:
python setup.py install
and the error I get:
error: command 'gcc' failed with exit status 1
|
I'm trying to install ReportLab 2.4 on a 10.04.2 server with virtualenv. In the ReportLab_2_4 folder I use:
and the error I get:
| ||||
|
show 1 more comment
feedback
|
|
As Skimantas said, I think you should install python-dev. Shortly.. I installed virtualenv
I installed
I activate my virtual environment just to be sure...
And that's it. (I just recorded what I did in Ubuntu 10.04 LTS) | ||||
feedback
|
sudo apt-get install python-dev– Skirmantas Sep 6 '11 at 20:49python setup.py install 2>&1 | grep missing– Skirmantas Sep 6 '11 at 20:52