include folder

Lawrence D'Oliveiro ldo at geek-central.gen.new_zealand
Tue Aug 28 01:33:54 EDT 2007


In message <mailman.43.1188251054.28954.python-list at python.org>, Raul Araya
wrote:

> Today while trying to install a python based program I got an
> error regarding the Python.h file that should be in the /include/Phyton2.3
> folder. So I went looking for the file but it wasn't there, I mean the
> whole folder /Phyton2.3 inside the /usr/include directory was not there.

Perhaps that should be "/usr/include/python2.3"?

If you try the command

    dpkg -L python-dev

it should list all the files and directories that were installed as part of
the python-dev package, including the bits that go in /usr/include.



More information about the Python-list mailing list