Search Criteria
Package Details: wxpython2.8 2.8.12.1-3
Git Clone URL: | https://aur.archlinux.org/wxpython2.8.git (read-only, click to copy) |
---|---|
Package Base: | wxpython2.8 |
Description: | A wxWidgets GUI toolkit for Python |
Upstream URL: | http://www.wxpython.org |
Licenses: | |
Submitter: | tdy |
Maintainer: | GhostApple |
Last Packager: | GhostApple |
Votes: | 21 |
Popularity: | 0.042688 |
First Submitted: | 2017-02-06 20:22 |
Last Updated: | 2020-07-19 12:59 |
Dependencies (4)
- python2
- wxgtk2.8 (wxgtk2.8-light)
- glu (glu-git) (make)
- mesa (mesa-noglvnd, mesa-arm-git, mesa-rc, mesa-stable, mesa-git, mesa-minimal-git, mesa-minimal+-git) (make)
Latest Comments
GhostApple commented on 2020-12-29 14:51
Please compile & install wxgtk2.8(https://aur.archlinux.org/packages/wxgtk2.8/) first. You can also use pikaur(https://aur.archlinux.org/packages/pikaur/) to resolve dependencies.
I just test and it works fine.
damian101 commented on 2020-12-29 13:37
GhostApple commented on 2020-07-19 12:56
Did you install wxgtk2.8(https://aur.archlinux.org/packages/wxgtk2.8/) as a dependency?
Pietro_Pizzi commented on 2020-06-15 14:17
In Datei, eingebunden von src/helpers.cpp:16: include/wx/wxPython/wxPython_int.h:19:10: schwerwiegender Fehler: wx/wx.h: Datei oder Verzeichnis nicht gefunden 19 | #include <wx/wx.h> | ^~~~~~~~~ Kompilierung beendet. error: command 'gcc' failed with exit status 1 ==> FEHLER: Ein Fehler geschah in build(). Breche ab... error making: %!s(func() string=0x73a700)
kleinph commented on 2018-12-05 10:15
Should this package build with wxgtk2.8-light?
bartus commented on 2018-08-26 21:20
Relative path to patches are incorrect, please use
${srcdir}
for absolute path.NeonMeatDream commented on 2018-06-12 02:34
Getting the following error upon attempted install: In file included from src/helpers.cpp:16: include/wx/wxPython/wxPython_int.h:19:10: fatal error: wx/wx.h: No such file or directory #include <wx wx.h=""> ^~~~~~~~~ compilation terminated.</wx>
STEELBAS commented on 2018-04-01 22:54
I needed to install wxgtk2 as a dependency (https://www.archlinux.org/packages/extra/x86_64/wxgtk2/) before I could install this.