wxPython for RSW client
Posted: Sun Jan 22, 2023 10:50 am
I recently upgraded my Linux system, and had trouble with the RSV client because with the update to the versions of Python, I needed to reinstall wxPython. I figured out that you have to use an older version of wxPython, namely, 4.0.7.post2. I recommend that the client download page be updated to specify installation of wxPython using the following command:
or to download from here https://pypi.org/project/wxPython/4.0.7.post2/#files and install as required.
Code: Select all
sudo pip2 install wxPython==4.0.7.post2