Subject: Python2.1 broken on mac68k?
To: None <tech-pkg@NetBSD.ORG>
From: Greg Troutman <mor@linex.com>
List: tech-pkg
Date: 01/05/2002 02:36:22
Hi, python 2.0 was working sorta okay, and stupidly I decided to try 2.1.1.  I'm on NetBSD 1.5.2 (mac68k, on iici with a Daystar
50Mhz accelerator and 128Mb ram).  Here is what happens:

 milano# python
Python 2.1.1 (#1, Jan  3 2002, 21:58:04)
[GCC egcs-2.91.66 19990314 (egcs-1.1.2 release)] on netbsd1
Type "copyright", "credits" or "license" for more information.
>>> import socket
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/pkg/lib/python2.1/socket.py", line 41, in ?
    from _socket import *
ImportError: dynamic module does not define init function (init_socket)