Post
Topic
Board Electrum
Re: [ANNOUNCE] Electrum - a new thin client
by
duncant
on 05/07/2012, 21:35:00 UTC
Some errors for you:


I clicked into the "Enter a bitcoin address..." box, then clicked the "Receive" button:
Code:
RuntimeError: maximum recursion depth exceeded
Traceback (most recent call last):
  File "/Users/duncant/electrum/lib/gui_lite.py", line 344, in focusOutEvent
    if self.text() == "":
RuntimeError: maximum recursion depth exceeded while calling a Python object


I also encountered this error, but I'm having trouble replicating it:
Code:
Traceback (most recent call last):
  File "/Users/duncant/electrum/lib/gui_lite.py", line 244, in amount_input_changed
    amount = D(str(amount_text))
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/decimal.py", line 542, in __new__
    if isinstance(value, basestring):
RuntimeError: maximum recursion depth exceeded in __instancecheck__


(I'm on a mac, in case you couldn't tell by the pathnames in the tracebacks)