oremanj/python-netfilterqueue

NetfilterQueue import error

harkaran911 opened this issue · 1 comments

When I try to import and run the program in python2, it says that NetfilterQueue object has no attribute called 'blind',
When I try to import and run the program in python3, it says that NetfilterQueue it says PyString_FromStringAndSize.

Screenshot_2021-12-30_00-08-54

Please See This Above Picture for more understanding.

Please Help me.

blind() doesn't work because the method you're trying to call is named bind() with no L. I believe I've fixed the other issue; can you try again with current master?