Created
November 9, 2013 17:19
-
-
Save archey/7387628 to your computer and use it in GitHub Desktop.
python2-nfqueue errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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