Behebung von Python 'ImportError: No module named wx' auf Ubuntu
English
Deutsch
Problem:
Du möchtest ein Python-Skript ausführen, z.B. Pronterface, aber du siehst eine Fehlermeldung wie diese:
wx_error.txt
wxPython is not installed. This program requires wxPython to run.
Traceback (most recent call last):
File "./pronterface.py", line 23, in <module>
import wx # NOQA
ImportError: No module named wxLösung
install-wx.sh
sudo apt install python-wxtoolsCheck out similar posts by category:
Python
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow