discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] gr-howto import error


From: Alex young
Subject: Re: [Discuss-gnuradio] gr-howto import error
Date: Fri, 14 Aug 2009 15:02:06 -0400

On Fri, 2009-08-14 at 10:59 -0700, Eric Blossom wrote:
> > 
> 
> Try running:
> 
>   make check


I tried running make check again and did not see any errors. Here is the
output:

$ sudo make check
Making check in config
make[1]: Entering directory
`/work/gnuradio_src/gr-howto-write-a-block-3.2/config'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory
`/work/gnuradio_src/gr-howto-write-a-block-3.2/config'
Making check in src
make[1]: Entering directory
`/work/gnuradio_src/gr-howto-write-a-block-3.2/src'
Making check in lib
make[2]: Entering directory
`/work/gnuradio_src/gr-howto-write-a-block-3.2/src/lib'
make  check-am
make[3]: Entering directory
`/work/gnuradio_src/gr-howto-write-a-block-3.2/src/lib'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory
`/work/gnuradio_src/gr-howto-write-a-block-3.2/src/lib'
make[2]: Leaving directory
`/work/gnuradio_src/gr-howto-write-a-block-3.2/src/lib'
Making check in python
make[2]: Entering directory
`/work/gnuradio_src/gr-howto-write-a-block-3.2/src/python'
make  check-TESTS
make[3]: Entering directory
`/work/gnuradio_src/gr-howto-write-a-block-3.2/src/python'
..
----------------------------------------------------------------------
Ran 2 tests in 0.530s

OK
PASS: run_tests
=============
1 test passed
=============
make[3]: Leaving directory
`/work/gnuradio_src/gr-howto-write-a-block-3.2/src/python'
make[2]: Leaving directory
`/work/gnuradio_src/gr-howto-write-a-block-3.2/src/python'
make[2]: Entering directory
`/work/gnuradio_src/gr-howto-write-a-block-3.2/src'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory
`/work/gnuradio_src/gr-howto-write-a-block-3.2/src'
make[1]: Leaving directory
`/work/gnuradio_src/gr-howto-write-a-block-3.2/src'
make[1]: Entering directory
`/work/gnuradio_src/gr-howto-write-a-block-3.2'
make[1]: Leaving directory
`/work/gnuradio_src/gr-howto-write-a-block-3.2'


I subsequently tried to run qa_howto.py and received the same response:

$ sudo ./qa_howto.py 
Traceback (most recent call last):
  File "./qa_howto.py", line 24, in <module>
    import howto
ImportError: No module named howto


Trying to import howto directly using ipython gives similar results:


import howto
---------------------------------------------------------------------------
<type 'exceptions.ImportError'>           Traceback (most recent call
last)

/usr/local/<ipython console> in <module>()

<type 'exceptions.ImportError'>: No module named howto


I have a feeling that I don't understand some fundamental part of the
install and/or run process, but I am not sure what that is. 

Thanks,
alex





reply via email to

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