Skip to content

Instantly share code, notes, and snippets.

@archey
Created November 9, 2013 17:19
Show Gist options
  • Save archey/7387628 to your computer and use it in GitHub Desktop.
Save archey/7387628 to your computer and use it in GitHub Desktop.
python2-nfqueue errors
/usr/bin/LANs.py 2 ↵
Traceback (most recent call last):
File "/usr/bin/LANs.py", line 36, in <module>
import nfqueue
File "/usr/lib/python2.7/site-packages/nfqueue.py", line 28, in <module>
_nfqueue = swig_import_helper()
File "/usr/lib/python2.7/site-packages/nfqueue.py", line 24, in swig_import_helper
_mod = imp.load_module('_nfqueue', fp, pathname, description)
ImportError: dynamic module does not define init function (init_nfqueue)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment