pynetwork / pypcap

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

remove Makefile requirement #1

Closed graingert closed 11 years ago

hellais commented 11 years ago

This looks great!

Thanks for the patch!

hellais commented 11 years ago

I just realized of an issue with this kind of approach.

If Pyrex is not installed you will not be able to do install it via setup.py. Is there a proper way of doing this?

graingert commented 11 years ago

Usually it's done by including the converted .c file in the sdist by adding it to the manifest. Then setuptools will use the .c if the Pyrex program does not exist On Feb 9, 2013 1:09 PM, "Arturo Filastò" notifications@github.com wrote:

I just realized of an issue with this kind of approach.

If Pyrex is not installed you will not be able to do install it via setup.py. Is there a proper way of doing this?

— Reply to this email directly or view it on GitHubhttps://github.com/hellais/pypcap/pull/1#issuecomment-13331250..