[Python-Dev] Installing python-dev (original) (raw)
Dennis Allison allison at sumeru.stanford.EDU
Wed Sep 1 20:59:20 CEST 2004
- Previous message: [Python-Dev] Installing python-dev
- Next message: [Python-Dev] Installing python-dev
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
If you are on a rpm based sysem (RH, etc) you need to download the development RPM as well as the binary as that's where all the includes are that are needed for C extensions. But, the better installation is to download the source and compile locally using the usual sequence
./congfigure
make
su
make install
(but read the documents first). In that case the necesary files will be automatically installed.
On Wed, 1 Sep 2004, Vishal Kapoor wrote:
Hi, I am trying to install Zope and it requires python2.3-dev. I downloaded Python and installed it, how do i install python-dev ??
Thank you Vishal Kapoor
Python-Dev mailing list Python-Dev at python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/allison%40sumeru.stanford.edu
- Previous message: [Python-Dev] Installing python-dev
- Next message: [Python-Dev] Installing python-dev
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]