not generating errors to stderr
PyObject_CallMethod - not generating errors to stderr
Paul Miller paul at fxtech.comTue Feb 25 12:08:32 EST 2003
- Previous message (by thread): Underscore/Camelcase insensitivity
- Next message (by thread): PyObject_CallMethod - not generating errors to stderr
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I did some more digging and discovered that apparently I have to call PyErr_Print() on my own if an error occurred. I expected Python to do this for me, since I've never had trouble calling just standard functions and having it work there.
- Previous message (by thread): Underscore/Camelcase insensitivity
- Next message (by thread): PyObject_CallMethod - not generating errors to stderr
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list