Survey of complex usage of distutils.

A.M. Kuchling amk at amk.ca
Thu May 15 13:18:27 EDT 2003


On Thu, 15 May 2003 05:41:53 GMT, 
	Carl Banks <imbosol at aerojockey.com> wrote:
> Because there was no way (as far as I could tell) for Python scripts
> to determine where the data files were installed, my setup.py usually
> had something like this following call to setup, which looked into the

What would you need to fix this?  Just the value of
install_data.install_dir?

Side question: why not write the info.py file before calling setup(),
trusting that the build and install commands will pick it up and install
it?

--amk




More information about the Python-list mailing list