Help me. openSUSE python3.4 install wxPython-Phoenix
林占宇 <[email protected]>
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
OS : openSUSE Leap
> sudo python3.4 -m pip install --upgrade --pre -f
https://wxpython.org/Phoenix/snapshot-builds/ wxPython -b
/mnt/disk/pip_build
Requirement already up-to-date: six in /usr/lib/python3.4/site-packages
(from wxPython)
Installing collected packages: wxPython
Running setup.py install for wxPython ... done
Successfully installed wxPython-4.0.0rc1.dev3510+3a2ecb7
> python3.4
Python 3.4.6 (default, Mar 22 2017, 12:26:13) [GCC] on linux
Type "help", "copyright", "credits" or "license" for more information.
Could not open PYTHONSTARTUP
FileNotFoundError: [Errno 2] No such file or directory: '/etc/pythonstart'
>>> import wx
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib64/python3.4/site-packages/wx/__init__.py", line 17, in
<module>
from wx.core import *
File "/usr/lib64/python3.4/site-packages/wx/core.py", line 12, in <module>
from ._core import *
ImportError:
/usr/lib64/python3.4/site-packages/wx/libwx_gtk3u_core-3.0.so.0: symbol
_ZNK20wxArgNormalizerWcharIRK10wxCStrDataE3getEv, version WXU_3.0 not
defined in file libwx_baseu-3.0.so.0 with link time reference
>>>
--
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.