Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2002 02:32:04 -0800 (PST)
From:      Josef Grosch <jgrosch@mooseriver.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/34444: Python 2.2 fails to find socket symbol
Message-ID:  <200201301032.g0UAW4884070@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         34444
>Category:       ports
>Synopsis:       Python 2.2 fails to find socket symbol
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 30 02:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Josef Grosch
>Release:        4.5-STABLE
>Organization:
Moose River. LLC.
>Environment:
FreeBSD gdead.mooseriver.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Tue Jan 29 21:43:43 PST 2002     root@gdead.mooseriver.com:/usr/src/sys/compile/PICKLE  i386


>Description:
Python fails when trying to access socket code which is all the time. After I portupgraded mailman all my cron jobs failed and mail started to bounce. While trying to trace the problem I install a fresh copy of Python and mailman on a freshly install 4.5 box. Creating a list got me this;

gdead% newlist joe
Traceback (most recent call last):
  File "./newlist", line 54, in ?
    from Mailman import MailList
  File "/usr/local/mailman/Mailman/MailList.py", line 30, in ?
    import socket
  File "/usr/local/lib/python2.2/socket.py", line 41, in ?
    from _socket import *
ImportError: No module named _socket

>How-To-Repeat:
Install mailman and try and create a list like so:
newlist <listname>

>Fix:
      
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201301032.g0UAW4884070>