Closed tagatac closed 8 years ago
python3 setup.py install runs okay, but importing gives an error:
python3 setup.py install
>>> from netfilterqueue import NetfilterQueue Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: /usr/local/lib/python3.4/dist-packages/netfilterqueue.cpython-34m.so: undefined symbol: PyString_FromStringAndSize
python-netfilterqueue works in Python 3 now since https://github.com/kti/python-netfilterqueue/pull/12 was merged into master.
python3 setup.py install
runs okay, but importing gives an error: