Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Python 2.7.13 (c925e7381036, Jun 05 2017, 21:20:51)
- [PyPy 5.8.0 with GCC 6.2.0 20160901] on linux2
- Type "help", "copyright", "credits" or "license" for more information.
- >>>> import wx
- Traceback (most recent call last):
- File "<stdin>", line 1, in <module>
- File "/work/pypy/site-packages/wx/__init__.py", line 17, in <module>
- from wx.core import *
- File "/work/pypy/site-packages/wx/core.py", line 12, in <module>
- from ._core import *
- ImportError: unable to load extension module '/work/pypy/site-packages/wx/_core.pypy-41.so': /work/pypy/site-packages/wx/_core.pypy-41.so: undefined symbol: PyExc_ValueError
- >>>>
Advertisement
Add Comment
Please, Sign In to add comment