Guest User

Untitled

a guest
Apr 20th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1.  
  2. info_value=[[u'PAM183'], [u'0 (unworn)'], [u'Steel'], [u'Manual winding'], [u'United States, New York, New York'], [u'$ 5,450 (Negotiable)'], [u'45 mm']]
  3.  
  4. info_label=[[u'Ref.No.:'], [u'Condition:'], [u'Case Material:'], [u'Movement:'], [u'Location:'], [u'Price:'], [u'Case Diameter:']]
  5.  
  6. dictionary = dict(itertools.izip(info_label, info_value))
  7.  
  8. dictionary = dict(itertools.izip(info_label, info_value))
  9. TypeError: unhashable type: 'ResultSet'
Add Comment
Please, Sign In to add comment