Closed GoogleCodeExporter closed 8 years ago
You only have Python runtime installed and not full development package. There
are supposed to be Python
header files in /usr/local/include/python2.5, but above suggests there aren't.
Install a full copy of Python.
Original comment by Graham.Dumpleton@gmail.com
on 7 Jan 2009 at 7:52
Actually, your whole Python package possibly appears to be a bit messed up. You
are saying:
--with-python=/opt/local/src/Python-2.5.1/python
Is '/opt/local/src/Python-2.5.1/python' actually a binary. If it is it has been
moved into non traditional location
relative to where its lib directories probably are, this would mess things up a
bit. This is possibly why it then seems
to think it is actually installed under /usr/local instead.
If it is not a binary, and is a symlink, where does the symlink point?
Did you compile this Python installation yourself?
Original comment by Graham.Dumpleton@gmail.com
on 7 Jan 2009 at 7:59
Appeared to be an environment issue and not a mod_wsgi issue.
Original comment by Graham.Dumpleton@gmail.com
on 6 Feb 2009 at 7:46
Original issue reported on code.google.com by
thrillspots@gmail.com
on 7 Jan 2009 at 4:10