7

DO NOT, i repeat, DO NOT USE "scapy.all" in python3.

I spend hours figuring this one out. In one commit i added tests and other tests not connected to my tests started failing. I ran the tests several times and also checked the rng-states, but everything was the same as on the commit before...
There was one additional error message i decided to check out, which was the result of "import scapy.all" (that's a module that contains all the scapy-exports). I removed that import and used the right packages and suddenly: all tests passed.

Fuck this inconsistent piece of crapware that has its python2-files in the pip3-repo and gave me that hell to debug.

Comments
  • 0
    @irene you're right, i shouldn't have done that. But i am new to scapy and used some examples on the internet to start. And since the program uses a lot of scapy anyway i thought performance wouldn't go down and left it there. I never thought it would come back and hit me the way it did.
  • 0
    @YouAreAPIRate well then lesson learned...
Add Comment