Author eurosys
Recipients
Date 2003-10-01.10:31:10
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Trying to execute the makefile for Python 2.3.1 and 2.3.
2c on an SCO-box results in a lot of warnings like:

*** WARNING: importing extension "struct" failed with 
exceptions.AttributeError:
 'module' object has no attribute 'load_dynamic'

This results in not being able to import the struct (and 
many others) module in the Python interpreter:

Python 2.3.2c1 (#7, Oct  1 2003, 12:08:43) [C] on 
sco_sv3
Type "help", "copyright", "credits" or "license" for more 
information.
>>> import struct
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named struct

See the attached make.out file, which includes the 
generated makefile for my system, followed by the output 
sent to stdout.

Installing Python 2.2.3 went almost flawless.


>uname -X

System = SCO_SV
Node = ontwik2
Release = 3.2v5.0.5
KernelID = 98/07/02
Machine = i80386
BusType = ISA
Serial = 5FL004745
Users = 30-user
OEM# = 0
Origin# = 1
NumCPU = 2
History
Date User Action Args
2007-08-23 14:17:23adminlinkissue815753 messages
2007-08-23 14:17:23admincreate