Edgewall Software

Opened 16 years ago

Last modified 15 years ago

#221 closed defect

bitten-slave fails on solaris — at Initial Version

Reported by: anonymous Owned by: cmlenz
Priority: critical Milestone: 0.6
Component: Build slave Version: 0.5.3
Keywords: Cc:
Operating System: Other

Description

bitten-slave fails to run on solaris. Details follow:

Python: Python 2.3.5 (#1, Nov 30 2005, 10:43:01) [C] on sunos5 uname: SunOS HOSTNAME 5.11 snv_67 i86pc i386 i86pc

Running bitten-slave -h results in:

Traceback (most recent call last):

File "/opt/csw/bin/bitten-slave", line 7, in ?

sys.exit(

File "/opt/csw/lib/python2.3/site-packages/pkg_resources.py", line 236, in load_entry_point

return get_distribution(dist).load_entry_point(group, name)

File "/opt/csw/lib/python2.3/site-packages/pkg_resources.py", line 2097, in load_entry_point

return ep.load()

File "/opt/csw/lib/python2.3/site-packages/pkg_resources.py", line 1830, in load

entry = import(self.module_name, globals(),globals(), __name__?)

File "/opt/csw/lib/python2.3/site-packages/Bitten-0.6dev_r517-py2.3.egg/bitten/slave.py", line 39, in ?

class SaneHTTPErrorProcessor(urllib2.HTTPErrorProcessor):

Attribute Error?: 'module' object has no attribute 'HTTPErrorProcessor'

Note: similar to ticket 178, but different error.

Change History (0)

Note: See TracTickets for help on using tickets.