All Questions
Tagged with python exceptions
1 questions from the last 30 days
4
votes
2
answers
434
views
Control flow and communication with two separate frontends (maybe with exceptions)?
I am trying to write a backend for use with a completely text based UI for one shot operations (eg. python scriptname arg, executes that argument and exits) and a GUI using the curses library for some ...