TypeError: 'in | Python 2.2.3 /usr/people/webie/installation/bin/python |
A
problem occurred while running a Python script. Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call first.
The exception attributes are:
__doc__ = 'Inappropriate argument type.'
__getitem__ = <bound method TypeError.__getitem__ of <exceptions.TypeError instance>>
__init__ = <bound method TypeError.__init__ of <exceptions.TypeError instance>>
__module__ = 'exceptions'
__str__ = <bound method TypeError.__str__ of <exceptions.TypeError instance>>
args = ("'in <string>' requires character as left operand",)
/usr/people/webie/installation/lib/python2.2/rfc822.py in gotonext(self=<rfc822.AddressList instance>) |
531 if self.field[self.pos] in self.LWS + '\n\r': |
/usr/people/webie/installation/lib/python2.2/rfc822.py in getaddress(self=<rfc822.AddressList instance>) |
554 self.gotonext() |
/usr/people/webie/installation/lib/python2.2/rfc822.py in getaddrlist(self=<rfc822.AddressList instance>) |
544 ad = self.getaddress() |
/usr/people/webie/installation/lib/python2.2/rfc822.py in __init__(self=<rfc822.AddressList instance>, field=['jeffj@llnl.gov']) |
778 self.addresslist = self.getaddrlist() |
/usr/people/webie/installation/lib/python2.2/rfc822.py in parseaddr(address=['jeffj@llnl.gov']) |
490 a = AddressList(address) |
/usr/people/webie/installation/lib/python2.2/smtplib.py in quoteaddr(addr=['jeffj@llnl.gov']) |
176 m=rfc822.parseaddr(addr)[1] |
/usr/people/webie/installation/lib/python2.2/smtplib.py in rcpt(self=<roundup.mailer.SMTPConnection instance>, recip=['jeffj@llnl.gov'], options=[]) |
458 self.putcmd("rcpt","TO:%s%s" % (quoteaddr(recip),optionlist)) |
/usr/people/webie/installation/lib/python2.2/smtplib.py in sendmail(self=<roundup.mailer.SMTPConnection instance>, from_addr='dubois1@llnl.gov', to_addrs=[['jeffj@llnl.gov']], msg='Content-Type: text/plain; charset=utf-8\nSubject:...ssue49>\n_________________________________________', mail_options=[], rcpt_options=[]) |
675 (code,resp)=self.rcpt(each, rcpt_options) |
/usr/people/webie/installation/lib/python2.2/site-packages/roundup/mailer.py in smtp_send(self=<roundup.mailer.Mailer instance>, to=['jeffj@llnl.gov'], message=<cStringIO.StringO object>) |
99 message.getvalue()) |
/usr/people/webie/installation/lib/python2.2/site-packages/roundup/roundupdb.py in send_message(self=<hyperdb.Class "issue">, nodeid='49', msgid='121', note='\n----------\nassignedto: jeffj -> t-minator', sendto=['jeffj@llnl.gov'], from_address='kullsupport@llnl.gov') |
337 mailer.smtp_send(sendto, message) |
/usr/people/webie/installation/lib/python2.2/site-packages/roundup/roundupdb.py in nosymessage(self=<hyperdb.Class "issue">, nodeid='49', msgid='121', oldvalues={'activity': <Date 2003-10-01.21:26:11>, 'assignedto': '8', 'creation': <Date 2003-09-29.19:39:15>, 'creator': '12', 'files': [], 'messages': ['103', '105', '107', '113'], 'nosy': ['12', '8'], 'priority': '1', 'status': '7', 'superseder': [], ...}, whichnosy='nosy', from_address=None, cc=[]) |
201 self.send_message(nodeid, msgid, note, sendto, from_address) |
/usr/people/webie/trackers/kull/detectors/nosyreaction.py in nosyreaction(db=<weakref at 0x848f63c to instance>, cl=<hyperdb.Class "issue">, nodeid='49', oldvalues={'activity': <Date 2003-10-01.21:26:11>, 'assignedto': '8', 'creation': <Date 2003-09-29.19:39:15>, 'creator': '12', 'files': [], 'messages': ['103', '105', '107', '113'], 'nosy': ['12', '8'], 'priority': '1', 'status': '7', 'superseder': [], ...}) |
40 cl.nosymessage(nodeid, msgid, oldvalues) |
/usr/people/webie/installation/lib/python2.2/site-packages/roundup/backends/back_anydbm.py in fireReactors(self=<hyperdb.Class "issue">, action='set', nodeid='49', oldvalues={'activity': <Date 2003-10-01.21:26:11>, 'assignedto': '8', 'creation': <Date 2003-09-29.19:39:15>, 'creator': '12', 'files': [], 'messages': ['103', '105', '107', '113'], 'nosy': ['12', '8'], 'priority': '1', 'status': '7', 'superseder': [], ...}) |
1980 react(self.db, self, nodeid, oldvalues) |
/usr/people/webie/installation/lib/python2.2/site-packages/roundup/backends/back_anydbm.py in set(self=<hyperdb.Class "issue">, nodeid='49', **propvalues={'assignedto': '12', 'messages': ['103', '105', '107', '113', '121']}) |
1308 self.fireReactors('set', nodeid, oldvalues) |
/usr/people/webie/installation/lib/python2.2/site-packages/roundup/cgi/client.py in _changenode(self=<_roundup_tracker_1.interfaces.Client instance>, cn='issue', nodeid='49', props={'assignedto': '12', 'messages': ['103', '105', '107', '113', '121']}) |
1099 return cl.set(nodeid, **props) |
/usr/people/webie/installation/lib/python2.2/site-packages/roundup/cgi/client.py in _editnodes(self=<_roundup_tracker_1.interfaces.Client instance>, all_props={('issue', '49'): {'assignedto': '12', 'messages': ['103', '105', '107', '113', '121']}, ('msg', '-1'): {'author': '12', 'content': 'New definition of interior nodes and boundary no...oundary node\n\nThese numbers match pre-CMI numbers', 'date': <Date 2003-10-03.17:30:07>}}, all_links=[('issue', '49', 'messages', [('msg', '-1')]), ('issue', '49', 'files', [('file', '-1')]), ('msg', '-1', 'files', [('file', '-1')])], newids=None) |
1046 props = self._changenode(cn, nodeid, props) |
/usr/people/webie/installation/lib/python2.2/site-packages/roundup/cgi/client.py in editItemAction(self=<_roundup_tracker_1.interfaces.Client instance>) |
938 message = self._editnodes(props, links) |
/usr/people/webie/installation/lib/python2.2/site-packages/roundup/cgi/client.py in handle_action(self=<_roundup_tracker_1.interfaces.Client instance>) |
565 getattr(self, method)() |
/usr/people/webie/installation/lib/python2.2/site-packages/roundup/cgi/client.py in inner_main(self=<_roundup_tracker_1.interfaces.Client instance>) |
287 self.write(cgitb.html()) |