sorry, i've search on google and on this site, and i have no idea, when i type python setup.py develop,
here is the error
error: /usr/include/python2.4/pyconfig-32.h: No such file or directory
anybody can help ? thanks.
Search Forums
3 posts Started 11 months ago by rendyka Latest reply from Felix Schwarz
sorry, i've search on google and on this site, and i have no idea, when i type python setup.py develop,
here is the error
error: /usr/include/python2.4/pyconfig-32.h: No such file or directory
anybody can help ? thanks.
It looks like Python 2.4 is not installed properly on your system. You should check to make sure that Python is properly installed on your OS.
actually you're missing the python-devel package (or python-dev, depends on your distribution)
You must log in to post.