exported / pypcap

Automatically exported from code.google.com/p/pypcap
Other
0 stars 0 forks source link

Update dependency #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install non-dev OS (e.g. Ubuntu)
2. Try to build this package.

What is the expected output? What do you see instead?
Expect: Clean build
See: Failed build (many warnings + missing headers that kill you)

What version of the product are you using? On what operating system?
Jan 27

Please provide any additional information below.
Please add python-dev as a dependency that is checked for or at least stated.

Original issue reported on code.google.com by Thomas.D...@gmail.com on 18 Mar 2007 at 2:27

GoogleCodeExporter commented 9 years ago
not sure how to add such a dependency from a traditional Python setup.py - if 
the
basic Python headers and libs aren't installed, how can any extension module be 
built?

is there another extension module package that does the right thing here i 
could take
a look at?

Original comment by dugsong on 16 Aug 2007 at 2:25

GoogleCodeExporter commented 9 years ago
This is really an OS packaging issue. If you don't have a compiler installed 
either,
you can't build a Python extension module.

Original comment by dugsong on 9 Sep 2008 at 4:19