Jerry Westrick wrote at 2006-4-16 21:49 +0200:
> ...
>option dict for 'install' command:
> {'home': ('command line', '/opt/zope'),
> 'prefix': ('/usr/lib64/python2.4/distutils/distutils.cfg', '/usr/local'),
> 'skip_build': ('command line', 1)}
Here you see the problem:
The command line defines "home" and your system's
"distutils" configuration defines "prefix".
And "distutils" is unhappy because it does not know where
to install.
I think, your system's "distutils" should not globally define "prefix".
--
Dieter
_______________________________________________
Zope maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )