hey folks i get this error: Python interpreter error: unsupported operand type(s) for |:
when i run this line of code:
for incident in bs('tr', {'bgcolor' : '#eeeeee'} | {'bgcolor' :
'white'} ):
any idea what i'm doing wrong here?
thanks
yaffa
--
http://mail.python.org/mailman/listinfo/python-list
