Re: [Discuss-gnuradio] Python Headers

2008-11-11 Thread Josh Blum
Yes the pygtk version in cygwin's setup.exe is 2.6.3-1. And while installing GRC, the configure doesn't even find it. And so I downloaded pygtk-2.12.1. But configuring it gave the error 'cannot find python headers'. I installed python from source. A newer version python-2.5.2 instead of cygwin'

Re: [Discuss-gnuradio] Python Headers

2008-11-10 Thread Umair Nasir
The cygwin package for pygtk is very old. Cygwin updated her packages to > python25, but never updated the pygtk package: > http://cygwin.com/packages/pygtk2/pygtk2-2.6.3-1 > > You will have to install pygtk from source. If you figure out how to do > this, please update the cygwin wiki with instruc

Re: [Discuss-gnuradio] Python Headers

2008-11-09 Thread Don Ward
Umair Nasir wrote: This means configure cannot find Python.h, which is part of the Python development header file package. Normally that package is named something like 'python-dev'. -Johnathan There is no such package in the setup.exe file for cygwin setup!! Where to get it? Python.h shou

Re: [Discuss-gnuradio] Python Headers

2008-11-09 Thread Josh Blum
The cygwin package for pygtk is very old. Cygwin updated her packages to python25, but never updated the pygtk package: http://cygwin.com/packages/pygtk2/pygtk2-2.6.3-1 You will have to install pygtk from source. If you figure out how to do this, please update the cygwin wiki with instructions

Re: [Discuss-gnuradio] Python Headers

2008-11-09 Thread Umair Nasir
> This means configure cannot find Python.h, which is part of the Python > development header file package. Normally that package is named > something like 'python-dev'. > > -Johnathan > > There is no such package in the setup.exe file for cygwin setup!! Where to get it? Has anyone used cygwin+GRC

Re: [Discuss-gnuradio] Python Headers

2008-11-09 Thread Johnathan Corgan
On Sun, 2008-11-09 at 18:44 +0500, Umair Nasir wrote: > checking for headers required to compile python extensions... not > found > configure: error: could not find Python headers This means configure cannot find Python.h, which is part of the Python development header file package. Normally tha

[Discuss-gnuradio] Python Headers

2008-11-09 Thread Umair Nasir
Hi!! In order to install GRC, one of the dependencies is pygtk. When installing pygtk-2.12.1, I came with the following error. .* . . checking for python version... (cached) 2.5 checking for python platform... (cached) cygwin checking for python script directory... (cached) ${prefix}/lib/python2.