Some more information about the problem I have running the installed version.
In the GNYRADIO command prompt shell I run python and then
>> from gnuradio import filter
and I get the following:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Program Files\GNURadio-3.7\lib\site-packages\gnuradio\filter\__init__
.py", line 32, in <module>
from filter_swig import *
File "C:\Program Files\GNURadio-3.7\lib\site-packages\gnuradio\filter\filter_s
wig.py", line 28, in <module>
_filter_swig = swig_import_helper()
File "C:\Program Files\GNURadio-3.7\lib\site-packages\gnuradio\filter\filter_s
wig.py", line 24, in swig_import_helper
_mod = imp.load_module('_filter_swig', fp, pathname, description)
ImportError: DLL load failed with error code -1073741795
=============
Any help is welcome,
thanks
Achilleas
On Sun, Apr 17, 2016 at 2:07 PM, Achilleas Anastasopoulos <anastas@umich.edu> wrote:
I installed the binary filesgnuradio_3.7.9.2_win64.msion a Win-8 machine succefullyon the default directory.After running gnuradio-companion file from the Gnuradio 3.7start menu folder I see a command window opening with message"setting gnuradio environment",then a couple of warnings of the sort:** (python.exe:5392): WARNING **: Trying to register gtype 'GMountMountFlags' asenum when in fact it is of type 'GFlags'** (python.exe:5392): WARNING **: Trying to register gtype 'GDriveStartFlags' asenum when in fact it is of type 'GFlags'** (python.exe:5392): WARNING **: Trying to register gtype 'GSocketMsgFlags' asenum when in fact it is of type 'GFlags'and then the "standard" gnuradio window appears with the import-error warning------------------------Cannot import gnuradio.Is the python path environment variable set correctly?All OS: PYTHONPATHIs the library path environment variable set correctly?Linux: LD_LIBRARY_PATHWindows: PATHMacOSX: DYLD_LIBRARY_PATH(DLL load failed with error code -1073741795)-----------------------any thoughts as to what is going wrong?thanksAchilleas
No comments:
Post a Comment