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

No module named _mixalot_swig #18

Open
caicher opened this issue Dec 14, 2016 · 1 comment
Open

No module named _mixalot_swig #18

caicher opened this issue Dec 14, 2016 · 1 comment

Comments

@caicher
Copy link

caicher commented Dec 14, 2016

No description provided.

@unsynchronized
Copy link
Owner

Hi!

Bottom line: this is happening because at the time that the GRC-generated script for a flowgraph is run, mixalot isn't in the python modules path. This is often because a 'make install' installed mixalot into /usr/local, and your python instance isn't looking for it there. The easiest route to a fix is often by setting $PYTHONPATH (e.g. to /usr/local/lib/python2.7/site-packages if that's where mixalot ended up on your system), but there are other ways too.

Can you give more details about your environment? How did you install GNU Radio, and what kind of OS is this?

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

2 participants