We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
python-netfilterqueue works in Python 3 now since #12 was merged into master.
Sorry, something went wrong.
No branches or pull requests
python3 setup.py install
runs okay, but importing gives an error:The text was updated successfully, but these errors were encountered: