discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] probelm with make check in how to package


From: rajenish kumar jain
Subject: [Discuss-gnuradio] probelm with make check in how to package
Date: 23 Feb 2006 04:53:34 -0000

Hi Members,
I am executing the howto module after downloading it from the site. I have the following directory structure

/home/rkjain/gr-howto-write-a-block-0.4/
/home/rkjain/gnuradio-core-2.6/
/usr/local/lib/python2.3/site-packages/gnuradio/

I am succesfully able to run ./bootstap and ./configure inside the directory
/home/rkjain/gr-howto-write-a-block-0.4/
when i run make check I encounter the following problem

-----------------------------------------------------------------------
python: Objects/typeobject.c:1563: type_new: Assertion `args != ((void *)0) && (
(args)->ob_type == (&PyTuple_Type) || PyType_IsSubtype((args)->ob_type, (&PyTupl
e_Type)))' failed.
./run_tests: line 37: 31816 Aborted                $file
FAIL: run_tests     

-----------------------------------------------------------------------

when i further dig into the problem and run ./qa_howto.py in the directory /home/rkjain/gr-howto-write-a-block-0.4/src/python/
it gives me following error message

--------------------------------------------------------------
Traceback (most recent call last):
  File "./qa_howto.py", line 23, in ?
    from gnuradio import gr, gr_unittest
  File "/home/rkjain/gnuradio-core-2.6/src/python/gnuradio/gr/__init__.py", line
27, in ?
    from gnuradio_swig_python import *
ImportError: No module named gnuradio_swig_python
--------------------------------------------------------------

Am I making some mistake in specifying the path. Please let me know if any idea about how should I tackle the problem.
Thanks
Best Regards
Rajenish




reply via email to

[Prev in Thread] Current Thread [Next in Thread]