discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Problem running gr_filter_design on Windows 7


From: Geof Nieboer
Subject: Re: [Discuss-gnuradio] Problem running gr_filter_design on Windows 7
Date: Thu, 26 Jan 2017 10:13:07 -0500

Peter,

This is a known issue for the v1.1.2 windows installation.  I hope to have to resolved for the next release which will be shortly after the impending 3.7.11 release.

Geof

On Wed, Jan 25, 2017 at 1:23 PM, sreeraj r <address@hidden> wrote:
Swartz,

So it is clearly fftpack loading issue. Make sure that all your lib versions are correct (32/64 bit) and other math lib dependencies for fftpack is satisfied on your windows version.

Regards
Sreeraj Rajendran

On Wed, Jan 25, 2017 at 6:56 PM, Swartz, Peter <address@hidden> wrote:

Output from test:

Traceback (most recent call last):

  File "gr_scipi_test.py", line 25, in <module>

    from scipy import fftpack, poly1d, signal

  File "C:\Program Files\GNURadio-3.7\gr-python27\Lib\site-packages\scipy\fftpac

k\__init__.py", line 95, in <module>

    from .basic import *

  File "C:\Program Files\GNURadio-3.7\gr-python27\Lib\site-packages\scipy\fftpac

k\basic.py", line 12, in <module>

    from . import _fftpack

ImportError: DLL load failed: The specified module could not be found.

 

From: sreeraj r [mailto:address@hidden]
Sent: Wednesday, January 25, 2017 11:04 AM
To: Swartz, Peter
Cc: address@hidden
Subject: Re: [Discuss-gnuradio] Problem running gr_filter_design on Windows 7

 

Hi Swartz,

I have never tested gr_filter_design in windows. That said, can you please test whether the following imports work in your windows python shell / as a standalone python script.

>>import scipy
>>from scipy import fftpack, poly1d, signal

Regards
Sreeraj Rajendran

 

On Wed, Jan 25, 2017 at 4:50 PM, Swartz, Peter <address@hidden> wrote:

I have GNU radio v3.7.10.1/v1.1.2 installed from http://www.gcndevelopment.com/gnuradio/downloads.htm on my Windows 7 machine.  I am using USRP B200 as well.  When I try to run gr_filter_design from the command prompt, I get a SciPi not installed error.  I have verified that SciPi is installed.  I know this would work on a Linux box, but I want to know how to get gr_filter_design.py to import SciPi on Windows 7.


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

 



_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



reply via email to

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