17 Apr
2006
17 Apr
'06
7:17 p.m.
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