From nobody@FreeBSD.org  Wed Jan 30 02:32:04 2002
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 5D8DB37B416
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 30 Jan 2002 02:32:04 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.6/8.11.6) id g0UAW4884070;
	Wed, 30 Jan 2002 02:32:04 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200201301032.g0UAW4884070@freefall.freebsd.org>
Date: Wed, 30 Jan 2002 02:32:04 -0800 (PST)
From: Josef Grosch <jgrosch@mooseriver.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Python 2.2 fails to find socket symbol
X-Send-Pr-Version: www-1.0

>Number:         34444
>Category:       ports
>Synopsis:       Python 2.2 fails to find socket symbol
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    tg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 30 02:40:01 PST 2002
>Closed-Date:    Tue Feb 26 04:37:17 PST 2002
>Last-Modified:  Tue Feb 26 04:38:10 PST 2002
>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:

From: Josef Grosch <jgrosch@mooseriver.com>
To: freebsd-gnats-submit@FreeBSD.org, jgrosch@mooseriver.com
Cc:  
Subject: Re: ports/34444: Python 2.2 fails to find socket symbol
Date: Wed, 30 Jan 2002 11:40:13 -0800

 This problem is with python 2.2.1. Python 2.1.2 does not have this problem.
 
 
 Josef
 
 -- 
 Josef Grosch           | Another day closer to a | FreeBSD 4.4
 jgrosch@MooseRiver.com |   Micro$oft free world  | www.bafug.org
 
 
Responsible-Changed-From-To: freebsd-ports->tg 
Responsible-Changed-By: petef 
Responsible-Changed-When: Tue Feb 19 19:01:21 PST 2002 
Responsible-Changed-Why:  
Over to maintainer.  Alan E. <ports@geeksrus.net> notes that this isn't 
reproducible for him and should probably be closed... 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34444 
State-Changed-From-To: open->closed 
State-Changed-By: tg 
State-Changed-When: Tue Feb 26 04:37:17 PST 2002 
State-Changed-Why:  
Looks like a local problems at Joseph's. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34444 
>Unformatted:
