Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with running after chocolatey install #1

Open
hllhll opened this issue Nov 26, 2015 · 0 comments
Open

Problem with running after chocolatey install #1

hllhll opened this issue Nov 26, 2015 · 0 comments

Comments

@hllhll
Copy link

hllhll commented Nov 26, 2015

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant