Hi,
I am trying to install RIDE on Ubuntu 18.04. The version of python I have is python 2.7.15. Since RIDE requires wxPython, I first tried to install version 2.8 of wxPython but it failed (console output shown below)
----------------------------------------
ubuntu@abcuser:~$ sudo apt install python-wxgtk2.8
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python-wxgtk2.8 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'python-wxgtk2.8' has no installation candidate
---------------------------------------------
After searching online, I found out that newer versions of Ubuntu support wxPython 3.0 version and I could install it successfully.
However, after installing RIDE, when I tried to launch it by ride.py it gave an error that it will only work with wxPython 2.8.12.1 with unicode (console output below)
I tried to proceed with installing wxPython 2.8 version from source but couldn't find the correct package. The packages in the link below didn't have the setup.py file
Any help will be appreciated!
Thanks