oremanj / python-netfilterqueue

Python bindings for libnetfilter_queue
MIT License
248 stars 96 forks source link

NetfilterQueue import error #72

Closed harkaran911 closed 2 years ago

harkaran911 commented 2 years ago

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.

oremanj commented 2 years ago

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?