-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 07/09/2012 11:13 AM, Tres Seaver wrote:
>
> New submission from Tres Seaver :
>
> A bare distutils install of a package with 'headers' passed to
> 'setup()' dispatches to 'install_headers', which copies the exported
> header files into the system
New submission from Tres Seaver :
A bare distutils install of a package with 'headers' passed to 'setup()'
dispatches to 'install_headers', which copies the exported header files
into the system include path.
'easy_install' bypasses the distutils 'install()' when doing a normal
egg install, and