at the end of the while(True) in the watch_addresses file and then add an option to allow the script to end after its looped?
I've been trying to call this python script from another language and it just sits there awaiting for the connection to end and it never did i spent hours trying to figure out why. Anyways my situation is probably really specific but still adding a comment in thurr to reduce future programmers frustration or something. anyways great work mate, I've learned a lot about bitcoin tearing your library apart!
indeed, an option to end the loop would be useful
In fact I am thinking of making it a more general purpose program, that calls a command-line program each time an address receives or sends a payment
Something similar to the linux "at" command.
Would be interesting to see how that comes out, I don't know python well enough to contribute to anything but I see the amount of time it took to create everything..
I'm having an issue on an angstrom linux flavor maybe you could help me out with this Its a fresh install python version 2.7.2 and i installed electrum with no bugs(with the edcsa, slowaes packages installed) but i get the following error
File "setup.py", line 18, in
for lang in os.listdir('locale'):
OSError: [Errno 2] No such file or directory: 'locale'
What shall I do? (I'm guessing for a quick fix I should look through the python and set the locale but i thought you'd like to know bow this error.)