Skip to content

Not Python 3 compatible #9

New issue

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

Closed
tagatac opened this issue Aug 30, 2015 · 1 comment
Closed

Not Python 3 compatible #9

tagatac opened this issue Aug 30, 2015 · 1 comment

Comments

@tagatac
Copy link

tagatac commented Aug 30, 2015

python3 setup.py install runs okay, but importing gives an error:

>>> 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
@mattfox
Copy link
Collaborator

mattfox commented Jun 28, 2016

python-netfilterqueue works in Python 3 now since #12 was merged into master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants