ImportError: libwx_gtk2u_core-3.0.so.0
Bastiaan Bergman <[email protected]>
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
I'm trying to install wxPython-Phoenix, all seems to work alright but than
the import gives an error. Anyone a hint what I'm doing wrong/how I can get
this going? I had an older version, wxPython-3.0.0 before and that worked
(somewhat).
I'm on Centos 7.
Used this command to install:
sudo pip install --upgrade --trusted-host wxpython.org --pre -f http://wxpython.org/Phoenix/snapshot-builds/
wxPython_Phoenix
Install didn't give any errors, but importing does:
$ python
Python 2.7.12 |Anaconda 4.1.1 (64-bit)| (default, Jul 2 2016, 17:42:40)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux2
>>> import wx
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/opt/anaconda2/lib/python2.7/site-packages/wx/__init__.py", line 17,
in <module>
from wx.core import *
File "/opt/anaconda2/lib/python2.7/site-packages/wx/core.py", line 12, in
<module>
from ._core import *
ImportError: libwx_gtk2u_core-3.0.so.0: cannot open shared object file: No
such file or directory
>>>
Is there a package missing? Any hints what/how I can install?
--
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.