[Distutils] Question on using distutils.core.run_setup

Phillip J. Eby pje at telecommunity.com
Wed Mar 19 05:55:39 CET 2008


At 04:03 AM 3/19/2008 +0100, Terry Jones wrote:
> >>>>> "Phillip" == Phillip J Eby <pje at telecommunity.com> writes:
>Phillip> At 06:27 AM 3/18/2008 +0100, Terry Jones wrote:
>[snip]
> >> If so, how can I find where the thing(s) I installed now resides?
>[snip]
>
>Phillip> It'd be on the 'install_lib' command instance, not the
>Phillip> distribution.  Try
>Phillip> dist.get_finalized_command('install_lib').install_dir instead.
>
>For the record / archives, I think this should be
>
>   dist.get_command_obj('install_lib').install_dir

No, it shouldn't.  Check again.  :)



More information about the Distutils-SIG mailing list