pynetwork / pypcap

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

Fix setup.py failure with TypeError #3

Closed aagbsn closed 11 years ago

aagbsn commented 11 years ago

python setup.py install fails with TypeError: can only concatenate tuple (not "list") to tuple This commit casts the libraries tuple to a list Tested with distutils 2.7.3

hellais commented 11 years ago

Looks legit. Thanks!