Search Criteria
Package Details: wxpython2.8 2.8.12.1-3
Package Actions
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: | custom:wxWindows |
Submitter: | tdy |
Maintainer: | GhostApple |
Last Packager: | GhostApple |
Votes: | 20 |
Popularity: | 0.000007 |
First Submitted: | 2017-02-06 20:22 (UTC) |
Last Updated: | 2020-07-19 12:59 (UTC) |
Dependencies (4)
- python2
- wxgtk2.8 (wxgtk2.8, wxgtk2.8-light)
- glu (glu-git) (make)
- mesa (mesa-noglvnd, mesa-minimal+-git, mesa-i915g, mesa-d3d12, mesa-steamos, mesa-minimal-git, mesa-git, mesa-rusticl-git, mesa-amber) (make)
Latest Comments
AlexBocken commented on 2022-05-04 16:02 (UTC)
I'm getting the same error as @LeGreen on my machine. Does the make process require a certain gcc version to function properly?
On another machine I got the error that @damian101 got... No idea what's different between the machines tho
LeGreen commented on 2021-12-07 20:41 (UTC)
compile breaks for unknown reason. provided are the last few lines output from pacman
maybe someone knows more about it. I need it as a dependency to mmass.
hrsbhflt commented on 2021-11-08 17:22 (UTC)
Installing wxgtk2.8 first and then running pikaur -S wxpython2.8 results in the same error.
Also tried with yay and pamac, no dice either.
What to do?
GhostApple commented on 2020-12-29 14:51 (UTC) (edited on 2020-12-29 14:54 (UTC) by GhostApple)
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 (UTC) (edited on 2020-12-29 13:55 (UTC) by damian101)
GhostApple commented on 2020-07-19 12:56 (UTC)
Did you install wxgtk2.8(https://aur.archlinux.org/packages/wxgtk2.8/) as a dependency?
Pietro_Pizzi commented on 2020-06-15 14:17 (UTC)
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 (UTC)
Should this package build with wxgtk2.8-light?
bartus commented on 2018-08-26 21:20 (UTC)
Relative path to patches are incorrect, please use
${srcdir}
for absolute path.NeonMeatDream commented on 2018-06-12 02:34 (UTC)
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 (UTC)
I needed to install wxgtk2 as a dependency (https://www.archlinux.org/packages/extra/x86_64/wxgtk2/) before I could install this.