include folder

R

Raul Araya

Dear Python users and developers:

My trouble is as follows: I'm putting back on line an old pc-linux cluster.
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.
I am not te administrator of that cluster that has been off for at least
2 years, so I really don't know what to do. Please help.
My Linux version is: Debian GNU-Linux
My Python version is: 2.3

Many thanks
Raúl Araya
Faculty of sciences
Universidad de Chile
Santiago Chile
 
Z

Zentrader

My Linux version is: Debian GNU-Linux
My Python version is: 2.3

Reinstalling Python would be my first option. Any of the versions can
be downloaded from python.org but on debian you should be able to just
use apt-get or one of the GUIs for apt-get.
 
L

Lawrence D'Oliveiro

Raul Araya said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,239
Messages
2,571,199
Members
47,833
Latest member
JessieKwon

Latest Threads

Top