distutils question->when do install, says header (.h) file is an unknown file type!?!?!

Christian Seberino seberino at spawar.navy.mil
Wed Oct 8 19:09:25 EDT 2003


I have a program that has Python and C code.
                                                                                
I added Extension stuff to setup.py and all .c and .h
files get into tarball fine.

(I have something like Extension("foo", glob.glob("bar/*.[ch]") )
                                                                                
When I try to INSTALL the package it says header (.h)
file is an unknown type.  How fix this???
                                                                                
Chris




More information about the Python-list mailing list