https://bugzilla.novell.com/show_bug.cgi?id=462603 User christian.fertig@consense-service.de added comment https://bugzilla.novell.com/show_bug.cgi?id=462603#c1 Christian Fertig <christian.fertig@consense-service.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christian.fertig@consense-s | |ervice.de Platform|32bit |All --- Comment #1 from Christian Fertig <christian.fertig@consense-service.de> 2009-01-14 04:17:05 MST --- Additionally, all Text Exceptions should be replaced by Exception classes, as 11.1 ships python 2.6 and this does not accept them anymore. So for the example above: raise "conv-error","Error while calling sox." it should be replaced with something like: raise Exception("conv-error","Error while calling sox.") -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.