Edgewall Software

Changes between Initial Version and Version 3 of Ticket #221


Ignore:
Timestamp:
Mar 23, 2009, 10:11:13 AM (15 years ago)
Author:
dfraser
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #221

    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
    • Property Summary changed from bitten-slave fails on solaris to bitten-slave fails on solaris with Python 2.3
  • Ticket #221 – Description

    initial v3  
    11bitten-slave fails to run on solaris. Details follow:
    2 
     2{{{
    33Python: Python 2.3.5 (#1, Nov 30 2005, 10:43:01) [C] on sunos5
    44uname: SunOS HOSTNAME 5.11 snv_67 i86pc i386 i86pc
    5 
     5}}}
    66Running bitten-slave -h results in:
    7 
    8 
     7{{{
    98Traceback (most recent call last):
    109  File "/opt/csw/bin/bitten-slave", line 7, in ?
     
    1918    class SaneHTTPErrorProcessor(urllib2.HTTPErrorProcessor):
    2019AttributeError: 'module' object has no attribute 'HTTPErrorProcessor'
     20}}}
    2121
     22Note: similar to #178, but different error.
    2223
    23 Note: similar to ticket 178, but different error.
     24'''Marked as duplicate of #163'''