[Bug 343283] New: Python-Bindings: Missing error messages
https://bugzilla.novell.com/show_bug.cgi?id=343283 Summary: Python-Bindings: Missing error messages Product: openSUSE 11.0 Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: juhliarik@novell.com ReportedBy: dfiser@novell.com QAContact: jsrain@novell.com Found By: --- When python function is called from ycp code and this python function failed, it does not write to y2logs any suitable error message, there is only message like 'pReturn == 0' what is not much informative. It would be nice to have in y2logs messages from python interpreter. If it is not possible, the minimum is to put there function PyErr_Print (http://docs.python.org/api/exceptionHandling.html), which prints error message at least to stderr. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=343283 User juhliarik@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=343283#c1 Jozef Uhliarik <juhliarik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Jozef Uhliarik <juhliarik@novell.com> 2007-12-05 01:56:51 MST --- Monitoring system for handling errors from python was added into 2.16.2. The errors from python are saved into yast log file. -- 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.
participants (1)
-
bugzilla_noreply@novell.com