I want to install scapy for windows using python 2.7, but pypcap doesn't support python 2.7, is there a patch or a work around to be able to use pypcap on python 2.7?

link|improve this question

53% accept rate
4  
I'm not able to test this until afternoon but maybe works, look at the last comment in this post code.google.com/p/pypcap/issues/detail?id=27 all you have to do it's create a patch with a copy-paste of a text that it's show in the post, and type: patch > python27patch (or your file name). Then python setup.py build, pythonsetup.py install. Good Luck and at night I'll test this solution. – rob.alarcon Apr 19 '11 at 19:03
@rob.alarcon I dont know which text they're talking about – SourD Apr 19 '11 at 20:23
feedback

1 Answer

Read this, and follow the instructions: http://code.google.com/p/pypcap/issues/detail?id=27#c6

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.