Gnuradio Python on ubuntu 9.10 install problems

checking for python… /usr/bin/python
checking for python version… 2.6
checking for python platform… linux2
checking for python script directory…
${prefix}/lib/python2.6/dist-packages
checking for python extension module directory…
${exec_prefix}/lib/python2.6/dist-packages
checking for Python include path… /usr/include/python2.6
checking Python.h usability… no
checking Python.h presence… no
checking for Python.h… no
configure: error: cannot find usable Python headers
david@laptop:~/gnuradio$

but

david@laptop:~/gnuradio$ ls -la /usr/include/python2.6 | grep Python.h
-rw-r–r-- 1 root root 4384 2009-10-19 23:40 Python.h

any ideas? i think i missed something but not sure…

1 Like

Did you follow the instructions for 9.10?

http://gnuradio.org/trac/wiki/UbuntuInstall

you need package python-dev

-josh

yeah thats why im confused

david@laptop:~/gnuradio$ sudo apt-get install python-dev
Reading package lists… Done
Building dependency tree     Â
Reading state information… Done
python-dev is already the newest version.

— On Sun, 11/15/09, Josh B. [email protected] wrote:

From: Josh B. [email protected]
Subject: Re: [Discuss-gnuradio] gnuradio Python on ubuntu 9.10 install
problems
To: “dave k” [email protected]
Cc: [email protected]
Date: Sunday, November 15, 2009, 1:09 AM

Did you follow the instructions for 9.10?

http://gnuradio.org/trac/wiki/UbuntuInstall

you need package python-dev

-josh

I agree, it should work. :slight_smile:

Check out config.log, see what commands its running and replicate them
in the terminal. See which one fails.

-josh

I had the exact same problem. Have you got fort77 installed? This seems
to
be a new dependency for Ubuntu 9.10. That solved my problem. Double
check
the Ubuntu 9.10 install instructions for all the dependencies as there
are a
couple of subtle differences from 9.04. The instructions only went up in
the
last 2 or 3 days.

Cheers
Richard

2009/11/15 dave k [email protected]