FS#58587 - wxpython classic: Incompatible wxgtk3 wxpython compile

Attached to Project: Arch Linux
Opened by cihan (cihant9) - Monday, 14 May 2018, 07:33 GMT
Last edited by Doug Newgard (Scimmia) - Tuesday, 15 May 2018, 03:14 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

python2-wxpython3 package does not support wxpython wxgtk2 applications.
You should compile wxpython classic with wxgtk2 libraries or adapt wxgtk3 libs compatibility


Additional info:
* python2-wxpython3 3.0.2.0-1



Steps to reproduce: run a wxpython wxgtk2 app with python2 syntax on terminal
This task depends upon

Closed by  Doug Newgard (Scimmia)
Tuesday, 15 May 2018, 03:14 GMT
Reason for closing:  Not a bug
Comment by Doug Newgard (Scimmia) - Monday, 14 May 2018, 13:17 GMT
Nothing in the repos uses wxpython for gtk2, does it? This sounds like an AUR problem.
Comment by Jan de Groot (JGC) - Monday, 14 May 2018, 20:17 GMT
the package is also named python2-wxpython3, not python-wxpython2.
Comment by cihan (cihant9) - Tuesday, 15 May 2018, 02:04 GMT
I couldn't start my app and examples directly cos you set default python version 3.x
I have a few warnings on terminal as gtk3 and wx version incompatibilities.
-------------
/usr/lib/python2.7/site-packages/wx-3.0-gtk3/wx/_core.py:16629: UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
Gtk-Message: 04:49:30.268: GtkDialog mapped without a transient parent. This is discouraged.
-------------

I think it can be ignored, this task can be closed. Users/learners should set their apps with python2

Loading...