-
Notifications
You must be signed in to change notification settings - Fork 10
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
swig error with 3.7 branch #2
Comments
Hmm... which version of gnuradio are you building against? I have a separate branch for 3.7, but it hasn't been updated in a while. I actually haven't played around much with the gr-dsd block. I haven't updated it since I forked the code. You may want to try the original repo. |
Hi Luke I actually was able to work around this...last week but can't Thanks for the reply thought. Regards, Matt. On Tue, Aug 26, 2014 at 11:24 PM, Luke Berndt [email protected]
|
I'm using gnurado 3.7.2.1-5 I just used apt-get to install it. so when I build it the dsd_swig files are missing. |
Hi, I just compiled gr-dsd against Ubuntu 14.04 LTS and the stock gnuradio.
Trying to invoke the gr-dsd block in GRC results in:
from dsd_swig import *
ImportError: No module named dsd_swig
Any ideas?
The text was updated successfully, but these errors were encountered: