cleemesser / pyo

Automatically exported from code.google.com/p/pyo
GNU General Public License v3.0
0 stars 0 forks source link

pyo objects do not print error messages #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 8 years ago
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 8 years ago
This issue was closed by revision r1000.

Original comment by belan...@gmail.com on 14 Jun 2012 at 1:36