Closed GoogleCodeExporter closed 9 years ago
In the same vein, I noticed that if you create a second server object a message
is printed to stderr with some warning. This is not proper behaviour for a
python module! If an illegal action is performed, an exception ought to be
thrown to inform the programmer, *not* printing to stderr (which may be
redirected to somewhere other than where exceptions are seen!)
Original comment by thefishf...@gmail.com
on 6 Sep 2013 at 10:58
This is fixed in sources (rev 1205).
An exception is raised for wrong argument that must be a pyo's specific object
(PyoObject, PyoTableObject, PyoMatrixObject, PyoPVObject). That no more quit
the interpreter.
You can show the server gui with s.gui(exit=False) to disable sys.exit() when
the 'Quit' button is pressed. If the server is started, this can be done only
once...
Original comment by belan...@gmail.com
on 16 Aug 2014 at 3:10
Original issue reported on code.google.com by
thefishf...@gmail.com
on 3 Sep 2013 at 9:49