Python interpreter error: unsupported operand type(s) for |:

Szabolcs Nagy nszabolcs at gmail.com
Thu Aug 11 16:03:30 EDT 2005


you cannot use | with two dict (dict has no .__or__ method)

what are you trying to do?




More information about the Python-list mailing list