Editing ModuleNotFoundError
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 62: | Line 62: | ||
If you get the ModuleNotFoundError error while starting GNU Radio from GUI, but can start GNU Radio using the terminal, it is because the environment variables are set for the terminal, but not for your graphical environment. Try one of the listed solutions below. | If you get the ModuleNotFoundError error while starting GNU Radio from GUI, but can start GNU Radio using the terminal, it is because the environment variables are set for the terminal, but not for your graphical environment. Try one of the listed solutions below. | ||
1. Store the export commands stated in Part E in <code>~/.profile</code>. | 1. Store the export commands stated in Part E in <code>~/.profile</code>. Then run <code>source ~/.profile</code>.<br> | ||
2. Store the export commands stated in Part E in a new shell script | 2. Store the export commands stated in Part E in a new shell script in <code>/etc/profile.d/</code>. Restart your computer thereafter.<br> |