pyo objects do not print error messages
Closed this issue · 2 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
from pyo import *
s = Server().boot()
x = 3.4
print "OK here"
f = Biquadx(x)
print " I don't get printed"
s.gui(locals())
What is the expected output? What do you see instead?
I expect to see an error message telling me that the argument x is the wrong
type. It exits silently
What version of the product are you using? On what operating system?
0.6.1 ubuntu 10.10
Please provide any additional information below.
Original issue reported on code.google.com by PaulJohnLeonard
on 11 May 2012 at 1:32
GoogleCodeExporter commented
Yes, I know. That will be a long journey to run through all the code to handle
all type exceptions... Maybe sometimes in the future!
Original comment by belan...@gmail.com
on 13 May 2012 at 2:50
GoogleCodeExporter commented
This issue was closed by revision r1000.
Original comment by belan...@gmail.com
on 14 Jun 2012 at 1:36
- Changed state: Fixed