ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
In order to not be forced to old versions, the following might also help. Instead of messing up random version numbers inside the code, have a look at this commit (which has been merged to wxwidget's main repository):
https://github.com/wxWidgets/wxPython/pull/23/commits/31f1eb9ef2b4b2d12e6c6ddc5af9888fae1857ee
The only question is whether 2.8 versions will receive this patch or not. If not, you can manually patch it before installation (if on arch or gentoo for example). Otherwise you must probably install the package from source or modify the file /usr/lib/python2.7/site-packages/wx-2.8-gtk2-unicode/wx/lib/wxcairo.py
manually every time you re-install it.