Giter Club home page Giter Club logo

Comments (4)

standby24x7 avatar standby24x7 commented on July 17, 2024

I understand what I need to do.
If I build netfilterqueue from the source with python 3.9,
I need to remove netfilterqueue.c at first and then

python ./setup.py install

Then new netfilterqueue.c is created and it was build succesfully.

Example

python ./print_and_accept.py

python: can't open file '/home/iida/Repo/python-netfilterqueue/./print_and_accept.py': [Errno 2] No such file or directory
[root@masabert python-netfilterqueue]# python ./setup.py install
running install
running build
running build_ext
skipping 'netfilterqueue.c' Cython extension (up-to-date)
running install_lib
running install_egg_info
Removing /usr/local/lib64/python3.9/site-packages/NetfilterQueue-0.8.1-py3.9.egg-info
Writing /usr/local/lib64/python3.9/site-packages/NetfilterQueue-0.8.1-py3.9.egg-info

Cython 0.29.23

from python-netfilterqueue.

BMFI avatar BMFI commented on July 17, 2024

I did not design netfilterque, but I did some research on Stackoverflow which suggests netfilterqueue can work with py3.6. I have not thoroughly tested it out, but when I ran my code with py3.6 my terminal stopped throwing errors which suggests it works.
https://stackoverflow.com/search?q=netfilterqueue+python+3.6&s=42da880d-657a-44ed-b435-792c28d463c0

from python-netfilterqueue.

BMFI avatar BMFI commented on July 17, 2024

The installation instructions are.

  1. apt-get install build-essential python-dev libnetfilter-queue-dev
  2. git clone [email protected]:kti/python-netfilterqueue.git
    cd python-netfilterqueue
    python setup.py install

from python-netfilterqueue.

oremanj avatar oremanj commented on July 17, 2024

This is fixed on master and will be released to PyPI shortly. Note the Git repository address is now https://github.com/oremanj/python-netfilterqueue.

from python-netfilterqueue.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.