discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] [SOCIS '17] GRC C++ Output: Week 8


From: Piotr Krysik
Subject: Re: [Discuss-gnuradio] [SOCIS '17] GRC C++ Output: Week 8
Date: Mon, 25 Sep 2017 12:35:31 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

Hi Håkon,

Thanks for the info. I will try your code under that distro.

Regarding what I've shown - I compiled everything according to your
description and gnuradio-companion failed on my machine (Ubuntu 16.04)
to load because it couldn't import gr from gnuradio. This is why I've
shown what happens when trying to load that module.

Best Regards,
Piotr Krysik

W dniu 25.09.2017 o 02:39, Håkon Vågsether pisze:
> Hello Piotr,
>
> hmm, that certainly doesn't look like code I have touched, and I can't
> say I have seen that error before either. I'm running Arch Linux
> (Python 3.6.2), hope that helps! :)
>
>     Python 3.5.2 (default, Aug 18 2017, 17:48:00)
>     [GCC 5.4.0 20160609] on linux
>     Type "help", "copyright", "credits" or "license" for more information.
>     >>> from gnuradio import gr
>     Traceback (most recent call last):
>       File
>     "/usr/local/lib/python3.5/dist-packages/gnuradio/gr/__init__.py",
>     line 39, in <module>
>         from .runtime_swig import *
>       File
>     "/usr/local/lib/python3.5/dist-packages/gnuradio/gr/runtime_swig.py",
>     line 28, in <module>
>         _runtime_swig = swig_import_helper()
>       File
>
...



reply via email to

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