ariovistus/chocolatey-packages

Problem with running after chocolatey install

Opened this issue · 0 comments

I Do not relly know what is the problem here, if it's related to the dependencies of gnuradio
When running any of the scripts, for example
C:\Program Files (x86)\gnuradio\bin>python uhd_fft.py
I Get

Traceback (most recent call last):
  File "uhd_fft.py", line 25, in <module>
    from gnuradio import uhd
  File "C:\Program Files (x86)\gnuradio\lib\site-packages\gnuradio\uhd\__init__.py", line 135, in <module>
    _prepare_uhd_swig()
  File "C:\Program Files (x86)\gnuradio\lib\site-packages\gnuradio\uhd\__init__.py", line 38, in _prepare_uhd_swig
    import uhd_swig
  File "C:\Program Files (x86)\gnuradio\lib\site-packages\gnuradio\uhd\uhd_swig.py", line 26, in <module>
    _uhd_swig = swig_import_helper()
  File "C:\Program Files (x86)\gnuradio\lib\site-packages\gnuradio\uhd\uhd_swig.py", line 22, in swig_import_helper
    _mod = imp.load_module('_uhd_swig', fp, pathname, description)
ImportError: DLL load failed: %1 Is not a valid win32 application

(Or similar)

I Have few guess regarding the issue - Either python should be 64 (or 32) or something to do with the other libraries (wxpython?) with compatibility between 32 and 64 bits or some hardcoded paths in the actual source...; I have yet to find out how to actually run GnuRadio on windows sucsessfuly...