On Fri, Jul 01, 2005 at 12:00:23PM -0700, Ges wrote:
> Hi,
> I solved my earlier problems with configure (no dev
> lib for python headers) thanks to Mark's patch.
> But I am still not able to get rid of the make check
> problems.
> Making check in gr
> make[4]: Entering directory
> `/usr0/Packages
Ges, when I encountered a similar imponderable I inserted
import sys
print sys.path
in a judicious place, just to see what path obtained at that moment.
While it will not solve your immediate problem directly, it might be
interesting to see what is your python sys.path when the failure occurs.
>
On Fri, Jul 01, 2005 at 12:00:23PM -0700, Ges wrote:
> Hi,
> I solved my earlier problems with configure (no dev
> lib for python headers) thanks to Mark's patch.
> But I am still not able to get rid of the make check
> problems.
>
> Based on what was metioned in this thread,
> http://lists.gnu.o
Hi,
I solved my earlier problems with configure (no dev
lib for python headers) thanks to Mark's patch.
But I am still not able to get rid of the make check
problems.
Based on what was metioned in this thread,
http://lists.gnu.org/archive/html/discuss-gnuradio/2005-01/msg00079.html
I tried Swig