In message <[EMAIL PROTECTED]>, 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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to