From: Steve C. <ste...@ya...> - 2004-11-24 16:51:18
|
On Wed, 2004-11-24 at 09:34 -0600, John Hunter wrote: > For one thing, cxx strangely doesn't define an IOError. I don't know > if this is simply an oversight. Perhaps I'll file a bug on the sf > site.... The Python C API uses PyErr_SetFromErrnoWithFilename(PyObject *type, char *filename) to raise IOError exceptions, perhaps cxx has an equivalent function. Steve |