On 9/17/18 5:02 PM, Grant Edwards wrote:
> 
> It wants to re-install wxpython-3.0.2.0, wxGTK-3.04 and
> wxGTK-304-r300.  I've already done that a few times, but I answered
> 'y' anyway and let it reinstall them again.  It didn't help:
> 
> $ python -c "import wx"
> 
> /usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py:16629: 
> UserWarning: wxPython/wxWidgets release number mismatch
>   warnings.warn("wxPython/wxWidgets release number mismatch")
> 

It needs to be version bumped. https://bugs.gentoo.org/632602

The current version of wxPython is actually 4.0.x and is not compatible
with wxGTK 3.0.4. wxGTK needs to be bumped as well
https://bugs.gentoo.org/577030 but there are some breaking changes in
3.1 vs 3.0.

wxPython 3.0.2.0 is considered 'classic' and was released in 2014.

I tried to use a virtualenv with system package access and tried `pip
install wxpython` but the oldest sane version you can go back to 4.0.3
which won't build with 3.0.4 version of wxGTK.

This discrepancy between the two does not look like it will be fixed any
time soon.

Andrew

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to