I was getting this error when I was installing Plone 4a1 from terminal. after one day search i found this
sudo apt-get install python-dev
will do the trick.
I was getting this error when I was installing Plone 4a1 from terminal. after one day search i found this
sudo apt-get install python-dev
will do the trick.
Unsure what distro you’re on (Debian-based something, given apt-get), but this post of mine (http://davidjb.com/blog/2009/06/virtualenv-plone-and-ubuntu-904-jaunty) should help. In particular, I’m referring to the packages listed there for install — that’s everything I need on my installs.
The other stuff about virtualenv is handy as well, especially if/when you may use an OS that doesn’t have python2.4 as its default interpreter.
thanks for that. Very helpfull
I was trying to install ZODB3 and I get the same error “command gcc” message
thank you for that information, it helps me installing ZODB3!!