Hello!
I am trying to install wxpython as a window management system for my
projects instead of pygame, but I am having some problems. I started
out using pip to install, but that didn’t work. Then I downloaded
the package with pip to a tmp folder to install manuly. Still no
seccess. Then I tried to download the phenyx project from github.com,
but I couldn’t unpack it because the release is a .git file and
unfortinely it downloaded it as a .zip. Of the two methods I tried, I
got the same error in both, So it is eather a dependincey issue, or a
problem with wxPython it self. In conclusion, I would like some
guideness on downloading .git files from github, and some help
debuging the installation process.
p.s.
I would like to install wxPython on both python 2.7 and 3.6.
The
information on my environment is included below:
OS
is KDE Neon 5.11.5 running on Linux kernel 4.13.0-32-generic
python
2.7.14 installed at /usr/local
python
3.6.4 installed at /usr/local
(I
had accidentally changed the permission structure of /usr while trying to
get 2.7.14 installed, sooo that might have messed something up. I did
‘chown -R root:root /usr’, seems fine now.)
I
have these Prerequisites installed:
dpkg-dev
build-essential
libjpeg-dev
libtiff-dev
libsdl1.2-dev
libgstreamer-plugins-base0.10-dev
libnotify-dev
freeglut3
freeglut3-dev
libsm-dev
libgtk-3-dev
libwebkitgtk-3.0-dev
libgtk2.0-dev
libwebkitgtk-dev
libwebkitgtk-3.0-dev
And these pip2 and pip3 packages:
alabaster (0.7.10)
apipkg (1.4) --2.7 only
appdirs (1.4.3)
attrs (17.4.0)
Automat (0.6.0)
Babel (2.5.3)
blessings (1.6.1)
bpython (0.17)
buildtools (1.0.6)
certifi (2018.1.18)
chardet (3.0.4)
configparser (3.5.0) --3.6 only
constantly (15.1.0)
curtsies (0.2.11)
docopt (0.6.2)
docutils (0.14)
execnet (1.5.0)
funcsigs (1.0.2) --2.7 only
furl (1.0.1)
future (0.16.0) --3.6 only
greenlet (0.4.13)
hyperlink (17.3.1)
idna (2.6)
imagesize (0.7.1)
incremental (17.5.0)
jedi (0.11.1) --3.6 only
Jinja2 (2.10)
json-rpc (1.10.8) --3.6 only
MarkupSafe (1.0)
mccabe (0.6.1) --3.6 only
numpy (1.14.0)
orderedmultidict (0.7.11)
parso (0.1.1) --3.6 only
pip (9.0.1)
pkginfo (1.4.1)
pluggy (0.6.0)
py (1.5.2)
pycodestyle (2.3.1) --3.6 only
pydocstyle (2.1.1) --3.6 only
pyflakes (1.6.0) --3.6 only
pygame (1.9.3) --3.6 only
Pygments (2.2.0)
pyserial (3.4)
pytest (3.4.0)
pytest-forked (0.2)
pytest-timeout (1.2.1)
pytest-xdist (1.22.0)
python-dateutil (2.6.1)
python-language-server (0.13.0) --3.6 only
pytz (2017.3)
pyusb (1.0.2)
redo (1.6)
requests (2.18.4)
requests-toolbelt (0.8.0)
rope (0.10.7) --3.6 only
scipy (1.0.0)
setuptools (38.4.0)
SimpleCV (1.3)
simplejson (3.13.2)
six (1.11.0)
snowballstemmer (1.2.1)
Sphinx (1.6.7)
sphinxcontrib-websupport (1.0.1)
SQLAlchemy (1.2.2)
tqdm (4.19.5)
twine (1.9.1)
Twisted (17.9.0)
typing (3.6.4) --2.7 only
urllib3 (1.22)
wcwidth (0.1.7)
wheel (0.30.0)
zope.interface (4.4.3)
I
have also included the config.logs for when i did it manually.
config(2.7).log (23.8 KB)
config(3.6).log (28.5 KB)