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.