No module named wx

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.

Try running:
pip install -U wxPython

@tnaser4 : there is an issue with the downloaded pip-package that you mentioned.
@Katabasis : install the package “python-wxpython” straight from the package-manager. this package solves the problem.

Thanks so much. Worked like a charm.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.