Guest User

Untitled

a guest
Jun 20th, 2017
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. Python 2.7.13 (c925e7381036, Jun 05 2017, 21:20:51)
  2. [PyPy 5.8.0 with GCC 6.2.0 20160901] on linux2
  3. Type "help", "copyright", "credits" or "license" for more information.
  4. >>>> import wx
  5. Traceback (most recent call last):
  6. File "<stdin>", line 1, in <module>
  7. File "/work/pypy/site-packages/wx/__init__.py", line 17, in <module>
  8. from wx.core import *
  9. File "/work/pypy/site-packages/wx/core.py", line 12, in <module>
  10. from ._core import *
  11. 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
  12. >>>>
Advertisement
Add Comment
Please, Sign In to add comment