Installing Pyro into Python V2.1.3 on OpenVMS

Colin Brown cbrown at metservice.com
Thu Aug 15 02:45:47 EDT 2002


Hi
I have just installed Python V2.1.3 on OpenVMS and am trying to get Pyro
V3.0 installed but get the following error message:

$ python setup.py install
This script will install Pyro on your system.
Do you want the Pyro scripts (in bin/) installed (y/n)? y
Some Pyro scripts may conflict with system tools already on your system.
Choose your script install directory carefully.
The default location is usually something like C:\Python\Scripts
on Windows and /usr/local/bin on Unixes.
Where do you want them to be installed (empty=default loc.)?
Your scripts are going to be installed into the default location.

Pyro Version =  3.0beta1
running install
Traceback (most recent call last):
  File "setup.py", line 99, in ?
    platforms='any'
  File "/python_root/lib/distutils/core.py", line 138, in setup
    dist.run_commands()
  File "/python_root/lib/distutils/dist.py", line 899, in run_commands
    self.run_command(cmd)
  File "/python_root/lib/distutils/dist.py", line 918, in run_command
    cmd_obj.ensure_finalized()
  File "/python_root/lib/distutils/cmd.py", line 112, in ensure_finalized
    self.finalize_options()
  File "/python_root/lib/distutils/command/install.py", line 256, in
finalize_options
    (prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix')
  File "/python_root/lib/distutils/sysconfig.py", line 370, in
get_config_vars func()
  File "/python_root/lib/distutils/sysconfig.py", line 302, in _init_posix
    raise DistutilsPlatformError, my_msg
distutils.errors.DistutilsPlatformError: invalid Python installation: unable
to
open /python_root/lib/lib/python2.1/config/Makefile (file specification
syntax error)
$

Any suggestions are welcome.

Thanks
Colin Brown
PyNZ






More information about the Python-list mailing list