Problem in usable Python.h header file

Hi,

I am installing GNU Radio 3.0 on Linux Mandriva Official 2007.0, when I
am
trying to do ./configure I receive an error like “unable to find usable
Python.h header file”

I found my Python.h file is in /usr/local/include/python2.4 whereas .
/configure command alwasy look for /usr/linclude/python2.4

I used export PYTHONPATH=/usr/local/include/python2.4 but that is not
working. Can someone tell me where is the problem, and what do i need to
do
to resolve this issue?

Thank you.

Tarun Mani Tiwari

Tarun T. wrote:

I used export PYTHONPATH=/usr/local/include/python2.4 but that is not
[email protected]
Discuss-gnuradio Info Page

Python 2.4 did not work with GNU Radio 2.8 (so we used 2.3). I’m not
sure
if it works with 3.0 or not. You may want to try Python 2.3.

Thanks,

Written

View this message in context:
http://www.nabble.com/Problem-in-usable-Python.h-header-file.-tf2465188.html#a6875929
Sent from the GnuRadio mailing list archive at Nabble.com.


Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

On Wed, Oct 18, 2006 at 06:13:04AM -0700, Written wrote:

Tarun Mani Tiwari

Thanks,

Written

Folks, GNU Radio works fine with Python 2.3 and 2.4.

There’s something suspicious about Python.h being found in
/usr/local/include/*. This would indicate that somebody built python
from source, which is definitely NOT required.

Eric