discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Moon Bounce Experiment


From: Joseph Craig
Subject: Re: [Discuss-gnuradio] Moon Bounce Experiment
Date: Fri, 22 Oct 2010 09:39:45 -0600

On Oct 22, 2010, at 7:54 AM, Josh Blum wrote:

> 
> 
> On 10/21/2010 11:08 PM, Joseph Craig wrote:
>> 
>> On Oct 22, 2010, at 12:03 AM, Josh Blum wrote:
>> 
>>> 
>>>>> 
>>>>>> When I run usrp_fft.py ...
>>>>>> 
>>>>>>  File "usrp_fft.py", line 24, in<module>
>>>>>>    from gnuradio import usrp
>>>>>>  File "/usr/lib/python2.6/dist-packages/gnuradio/usrp/__init__.py", line 
>>>>>> 25, in<module>
>>>>>> 
>>>>>>  File "/usr/lib/python2.6/dist-packages/gnuradio/usrp/usrp_swig.py", 
>>>>>> line 6, in<module>
>>>>>> ImportError: No module named _usrp_swig
>>>>>> 
>>> 
>>> the python path is fine, its finding usrp_swig.py, but failing to import 
>>> the _usrp_swig.so library. Try running sudo ldconfig.
>> 
>> That did not help, any other ideas?
>> 
> 
> Maybe its really missing the file. In any case, I think your install is 
> borked. I would remove any traces of gnuradio on your system and follow the 
> BulidGuide for your particular version of ubuntu: 
> http://gnuradio.org/redmine/wiki/gnuradio/BuildGuide

I think I found a dependency problem with libsdl if this clues you into 
anything.  

I originally installed gnuradio with synaptic and everything worked, but I 
can't even get that installed again, it complains about trying to overwrite 
usr/lib/libusrp.la which is also in package libusrp0-dev

thanks for your help on this.  I would really like to just get back to the 
synaptic install and capture a long file with usrp_rx_cfile.py

 sudo apt-get install libsdl1.2-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  libgnuradio-usrp: Depends: libusrp (= 3.2.2-1) but it is not going to be 
installed
  libsdl1.2-dev: Depends: libx11-dev but it is not going to be installed
                 Depends: libglu1-mesa-dev but it is not going to be installed
                 Recommends: libxt-dev but it is not going to be installed
                 Recommends: libxext-dev but it is not going to be installed
                 Recommends: libaa1-dev but it is not going to be installed
                 Recommends: libesd0-dev but it is not going to be installed
                 Recommends: libdirectfb-dev (>= 0.9.22) but it is not going to 
be installed
                 Recommends: libcaca-dev but it is not going to be installed
  python-gnuradio-usrp: Depends: libusrp but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a 
solution).

Joe

> 
> -josh




reply via email to

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