pyCharm on OpenSuSE 42.3 with wxPython
已完成
Are there full instructions for installing pyCharm with wxPython on OpenSuSE 42.3? If not, can they be created?
请先登录再写评论。
The instructions for PyCharm available if you go to https://www.jetbrains.com/pycharm/download/#section=linux and on the left, click "Installation Instructions"
I don't run opensuse but I believe you can use the wxWidgets package from https://software.opensuse.org/package/python-wxWidgets
If you are not required to use wx, I recommend Qt, specifically PyQt. It can be obtained by running `pip install pyqt5` from a terminal.