Page 1 of 1

wxPython for RSW client

Posted: Sun Jan 22, 2023 10:50 am
by jdhedden
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:

Code: Select all

sudo pip2 install wxPython==4.0.7.post2
or to download from here https://pypi.org/project/wxPython/4.0.7.post2/#files and install as required.

Re: wxPython for RSW client

Posted: Mon Nov 06, 2023 8:28 am
by drwr
I'll make the update, thanks! It also requires Python 2, and I'm not sure that's spelled out either.