discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] GnuRadio Port: The system cannot find the file sp


From: Josh Blum
Subject: Re: [Discuss-gnuradio] GnuRadio Port: The system cannot find the file specified
Date: Fri, 15 Apr 2011 08:13:20 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Lightning/1.0b2 Thunderbird/3.1.8

> C:\Windows\system32>python.exe -c "from gnuradio import uhd"
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
>   File "c:\program files
> (x86)\gnuradio\lib\site-packages\gnuradio\uhd\__init__.
> py", line 87, in <module>
>     _prepare_uhd_swig()
>   File "c:\program files
> (x86)\gnuradio\lib\site-packages\gnuradio\uhd\__init__.
> py", line 26, in _prepare_uhd_swig
>     import uhd_swig
>   File "c:\program files
> (x86)\gnuradio\lib\site-packages\gnuradio\uhd\uhd_swig.
> py", line 24, in <module>
>     _uhd_swig = swig_import_helper()
>   File "c:\program files
> (x86)\gnuradio\lib\site-packages\gnuradio\uhd\uhd_swig.
> py", line 20, in swig_import_helper
>     _mod = imp.load_module('_uhd_swig', fp, pathname, description)
> ImportError: DLL load failed: The specified module could not be found.
> 

That usually means a dll is not in your %PATH%.
Set the %PATH% environment variable for your gnuradio install, this is
usually:

    * c:\program files (x86)\uhd\bin
    * c:\program files (x86)\gnuradio\bin
    * c:\python27\lib\site-packages\pyqt4\bin


-Josh



reply via email to

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