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

noreply@sourceforge.net noreply@sourceforge.net
Tue, 19 Nov 2002 08:59:50 -0800


Bugs item #640564, was opened at 2002-11-19 09: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: Works For Me
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: Martin v. Löwis (loewis)
Date: 2002-11-19 17:59

Message:
Logged In: YES 
user_id=21627

Thanks for the report. I will close it as "works for me",
since it does: the socket module builds fine on Solaris 9.
So if there is any remaining problem, it would require
further analysis.

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

Comment By: Nick Maclaren (nmm1)
Date: 2002-11-19 13:32

Message:
Logged In: YES 
user_id=652073

Yes, quite.  I may take a look, but it isn't a priority
for me - this is just a report in case anyone else has
trouble on Solaris 9.  My guess is that some compiler or
library tweak is needed to get a standard socket build.


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

Comment By: Michael Hudson (mwh)
Date: 2002-11-19 11: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