pyCharm on OpenSuSE 42.3 with wxPython

Completed

Are there full instructions for installing pyCharm with wxPython on OpenSuSE 42.3? If not, can they be created?

0
1 comment
Avatar
Permanently deleted user

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.

0

Please sign in to leave a comment.