pynetwork / pypcap

pypcap - python libpcap module, forked from code.google.com/p/pypcap
Other
299 stars 74 forks source link

Provide a better error message when libpcap-dev is missing #51

Open hellais opened 7 years ago

hellais commented 7 years ago

Currently when libpcap-dev is missing we don't provide any error message. We should instead probably tell the user that the problem is the missing libpcap-dev headers and give them instructions on how to set them up.