Guest User

Untitled

a guest
Aug 30th, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/main.py", line 70, in <module>
  3. form = Form()
  4. File "/main.py", line 32, in __init__
  5. self.fromComboBox.currentIndexChanged.connect(self.update_ui())
  6. File "/main.py", line 40, in update_ui
  7. amount = (self.rates[from_] / self.rates[to]) * self.fromSpinBox.value()
  8. KeyError: ''
  9.  
  10. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment