You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Built pcapy 0.10.8 with pypy 2.2.1 successfully, but it can't be imported. The error is:
# pypy
Python 2.7.3 (87aa9de10f9ca71da9ab4a3d53e0ba176b67d086, May 09 2014, 08:19:15)
[PyPy 2.2.1] on freebsd10
Type "help", "copyright", "credits" or "license" for more information.
And now for something completely different: ``PyPy 2.0.1 released''
>>>> from pcapy import open_live
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: unable to load extension module '/usr/local/lib/pypy-2.2/site-packages/pcapy.pypy-22.so': /usr/local/lib/pypy-2.2/site-packages/pcapy.pypy-22.so: Undefined symbol "__gxx_personality_v0"
I could fix this by adding libstdc++ to libraries in setup.py:
Built pcapy 0.10.8 with pypy 2.2.1 successfully, but it can't be imported. The error is:
I could fix this by adding libstdc++ to libraries in setup.py:
The text was updated successfully, but these errors were encountered: