yaffa a écrit : > 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?
yes: trying to do a bitwise or of two dict objects. > thanks You're welcome. -- http://mail.python.org/mailman/listinfo/python-list