Package Details: python2-wxpython3 3.0.2.0-13

Git Clone URL: https://aur.archlinux.org/python2-wxpython3.git (read-only, click to copy)
Package Base: python2-wxpython3
Description: Classic wxWidgets GUI toolkit for Python
Upstream URL: https://www.wxpython.org
Licenses: custom:wxWindows
Conflicts: wxpython
Provides: wxpython
Replaces: wxpython
Submitter: arojas
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 12
Popularity: 0.000000
First Submitted: 2022-05-15 08:30 (UTC)
Last Updated: 2023-10-30 22:28 (UTC)

Required by (12)

Sources (3)

Pinned Comments

dreieck commented on 2022-05-26 20:47 (UTC)

This is the latest version of wxPython3, which some packages still need. Please do not flag out of date just because version 4.x is out; this is intentionally a version 3.x package.

Latest Comments

« First ‹ Previous 1 2 3 4

Drenn commented on 2022-05-21 13:55 (UTC) (edited on 2022-05-21 13:57 (UTC) by Drenn)

I was able to get this to build by adding the following lines to the start of the build() function:

    export CFLAGS=$(echo $CFLAGS | sed 's/-Werror=format-security//')
    export CXXFLAGS=$(echo $CXXFLAGS | sed 's/-Werror=format-security//')

But there is probably a cleaner way to do this.

drws commented on 2022-05-17 12:11 (UTC)

The build is failing with:

pp: In function ‘void SWIG_Python_AddErrorMsg(const char*)’:
src/gtk/_core_wrap.cpp:864:17: error: format not a string literal and no format arguments [-Werror=format-security]
864 |     PyErr_Format(PyExc_RuntimeError, mesg);
    |     ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
...
cc1plus: some warnings being treated as errors
error: command 'gcc' failed with exit status 1