Python 2.2 <-> Solaris 2.6 installation errors

Jeff Bauer jbauer at rubic.com
Tue Feb 12 15:54:32 EST 2002


I'm having problems installing Python 2.2 onto
my Solaris 2.6 workstation.

I am doing the boilerplate ...

  ./configure
  make
  make install

... but it bombs, possibly because distutils
is looking for something that isn't there?

Earlier versions of Python install fine on
this machine.

-Jeff


skipping 'rgbimg' extension (up-to-date)
skipping 'readline' extension (up-to-date)
WARNING: removing "readline" since importing it failed
Traceback (most recent call last):
  File "./setup.py", line 793, in ?
    main()
  File "./setup.py", line 787, in main
    scripts = ['Tools/scripts/pydoc']
  File "/export/home/jbauer/Python-2.2/Lib/distutils/core.py", 
    line 138, in setup
    dist.run_commands()
  File "/export/home/jbauer/Python-2.2/Lib/distutils/dist.py", 
    line 893, in run_commands
    self.run_command(cmd)
  File "/export/home/jbauer/Python-2.2/Lib/distutils/dist.py", 
    line 913, in run_command
    cmd_obj.run()
  File "/export/home/jbauer/Python-2.2/Lib/distutils/command/build.py", 
    line 107, in run
    self.run_command(cmd_name)
  File "/export/home/jbauer/Python-2.2/Lib/distutils/cmd.py", 
    line 330, in run_command
    self.distribution.run_command(command)
  File "/export/home/jbauer/Python-2.2/Lib/distutils/dist.py", 
    line 913, in run_command
    cmd_obj.run()
  File
"/export/home/jbauer/Python-2.2/Lib/distutils/command/build_ext.py", 
    line 256, in run
    self.build_extensions()
  File "./setup.py", line 147, in build_extensions
    build_ext.build_extensions(self)
  File
"/export/home/jbauer/Python-2.2/Lib/distutils/command/build_ext.py", 
    line 383, in build_extensions
    self.build_extension(ext)
  File "./setup.py", line 179, in build_extension
    for filename in self._built_objects:
  File "/export/home/jbauer/Python-2.2/Lib/distutils/cmd.py", 
    line 107, in __getattr__
    raise AttributeError, attr
AttributeError: _built_objects
make: *** [sharedmods] Error 1




More information about the Python-list mailing list