running the following... /opt/python/2.2.3/bin/python setup.py install --prefix=/opt/zope/2.7.0 warning: ZopeInstall: modules installed to '/opt/zope/2.7.0/lib/python/', which is not in Python's module search path (sys.path) -- you'll have to change the search path yourself running install running build running build_scripts Traceback (most recent call last): File "setup.py", line 1128, in ? distclass=ZopeDistribution, File "/opt/python/2.2.3/lib/python2.2/distutils/core.py", line 138, in setup dist.run_commands() File "/opt/python/2.2.3/lib/python2.2/distutils/dist.py", line 902, in run_commands self.run_command(cmd) File "/opt/python/2.2.3/lib/python2.2/distutils/dist.py", line 922, in run_command cmd_obj.run() File "setup.py", line 142, in run install.run(self) File "/opt/python/2.2.3/lib/python2.2/distutils/command/install.py", line 491, in run self.run_command('build') File "/opt/python/2.2.3/lib/python2.2/distutils/cmd.py", line 330, in run_command self.distribution.run_command(command) File "/opt/python/2.2.3/lib/python2.2/distutils/dist.py", line 922, in run_command cmd_obj.run() File "/opt/python/2.2.3/lib/python2.2/distutils/command/build.py", line 107, in run self.run_command(cmd_name) File "/opt/python/2.2.3/lib/python2.2/distutils/cmd.py", line 330, in run_command self.distribution.run_command(command) File "/opt/python/2.2.3/lib/python2.2/distutils/dist.py", line 922, in run_command cmd_obj.run() File "/opt/python/2.2.3/lib/python2.2/distutils/command/build_scripts.py", line 46, in run self.copy_scripts() File "/opt/python/2.2.3/lib/python2.2/distutils/command/build_scripts.py", line 55, in copy_scripts self.mkpath(self.build_dir) File "/opt/python/2.2.3/lib/python2.2/distutils/cmd.py", line 360, in mkpath self.verbose, self.dry_run) File "/opt/python/2.2.3/lib/python2.2/distutils/dir_util.py", line 35, in mkpath raise DistutilsInternalError, \ distutils.errors.DistutilsInternalError: mkpath: 'name' must be a string (got None) Anyone have any ideas? -- Edward Muller Interlix (http://www.interlix.com) Phone: 417-862-0573 - Cell: 417-844-2435 - Fax: 417-862-0572 Web Hosting - PC Service & Support - Custom Programming - Network Service & Support Specializing in Open Source Solutions
The recommended way to install Zope is to run "configure" which works fine. -aj --On Samstag, 30. August 2003 1:47 Uhr -0500 Edward Muller <edwardam@interlix.com> wrote:
running the following...
/opt/python/2.2.3/bin/python setup.py install --prefix=/opt/zope/2.7.0
warning: ZopeInstall: modules installed to '/opt/zope/2.7.0/lib/python/', which is not in Python's module search path (sys.path) -- you'll have to change the search path yourself running install running build running build_scripts Traceback (most recent call last): File "setup.py", line 1128, in ? distclass=ZopeDistribution, File "/opt/python/2.2.3/lib/python2.2/distutils/core.py", line 138, in setup dist.run_commands() File "/opt/python/2.2.3/lib/python2.2/distutils/dist.py", line 902, in run_commands self.run_command(cmd) File "/opt/python/2.2.3/lib/python2.2/distutils/dist.py", line 922, in run_command cmd_obj.run() File "setup.py", line 142, in run install.run(self) File "/opt/python/2.2.3/lib/python2.2/distutils/command/install.py", line 491, in run self.run_command('build') File "/opt/python/2.2.3/lib/python2.2/distutils/cmd.py", line 330, in run_command self.distribution.run_command(command) File "/opt/python/2.2.3/lib/python2.2/distutils/dist.py", line 922, in run_command cmd_obj.run() File "/opt/python/2.2.3/lib/python2.2/distutils/command/build.py", line 107, in run self.run_command(cmd_name) File "/opt/python/2.2.3/lib/python2.2/distutils/cmd.py", line 330, in run_command self.distribution.run_command(command) File "/opt/python/2.2.3/lib/python2.2/distutils/dist.py", line 922, in run_command cmd_obj.run() File "/opt/python/2.2.3/lib/python2.2/distutils/command/build_scripts.py", line 46, in run self.copy_scripts() File "/opt/python/2.2.3/lib/python2.2/distutils/command/build_scripts.py", line 55, in copy_scripts self.mkpath(self.build_dir) File "/opt/python/2.2.3/lib/python2.2/distutils/cmd.py", line 360, in mkpath self.verbose, self.dry_run) File "/opt/python/2.2.3/lib/python2.2/distutils/dir_util.py", line 35, in mkpath raise DistutilsInternalError, \ distutils.errors.DistutilsInternalError: mkpath: 'name' must be a string (got None)
Anyone have any ideas?
-- Edward Muller
Interlix (http://www.interlix.com) Phone: 417-862-0573 - Cell: 417-844-2435 - Fax: 417-862-0572
Web Hosting - PC Service & Support - Custom Programming - Network Service & Support Specializing in Open Source Solutions
participants (2)
-
Andreas Jung -
Edward Muller