Trying to run a program called pyReactor and I get this error: File “/home/user/pyReactor/legoReactor.py”, line 18, in import wx
ModuleNotFoundError: No module named ‘wx’
Wxpython is installed. All the dependent programs are installed as well. Thanks.
The program page is here: GitHub - wgurecky/pyReactor: A point kinetic reactor model with GUI frontend. Meant to be used as a demo for teaching K-12 students about nuclear engineering tech.