>>>>> "Phillip" == Phillip J Eby <[EMAIL PROTECTED]> 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

Thanks again,
Terry
_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to