[Python-bugs-list] [ python-Bugs-640564 ] Solaris 9 networking

noreply@sourceforge.net noreply@sourceforge.net
Tue, 19 Nov 2002 02:02:35 -0800


Bugs item #640564, was opened at 2002-11-19 08:30
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=640564&group_id=5470

Category: Extension Modules
Group: Platform-specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Nick Maclaren (nmm1)
Assigned to: Nobody/Anonymous (nobody)
Summary: Solaris 9 networking

Initial Comment:
On Solaris 9, three tests fail, probably because the
networking isn't
what Python expects.  I haven't investigated, as we
don't need the
facilities.

test test_socket crashed -- exceptions.AttributeError:
'module' object has no attribute 'error'
test test_sundry crashed -- exceptions.AttributeError:
'module' object has no attribute 'AF_INET'
test test_urllib2 crashed -- exceptions.AttributeError:
'module' object has no attribute 'error'


----------------------------------------------------------------------

>Comment By: Michael Hudson (mwh)
Date: 2002-11-19 10:02

Message:
Logged In: YES 
user_id=6656

That looks like the socket module didn't build (not having
socket.AF_INET is pretty bad).

The build log may have given clues as to why...

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=640564&group_id=5470