$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Karl Bellve (Karl.Bellve_at_[hidden])
Date: 2001-04-03 09:18:07
never mind. I discovered that args was a Python String Object and not a
Tuple Object...
Karl Bellve wrote:
>
> I am trying to capture STDIO/STDERR of python that has been linked into
> my application.
>
> static struct _object *s_stdout(PyObject *self, PyObject *args)
> {
-- Cheers, Karl Bellve