In article <94c1adf3-a25d-4ae5-9f38-7ca8680d0...@b14g2000yqd.googlegroups.com>,
hartley wrote:
>On Jul 16, 9:26=A0pm, a...@pythoncraft.com (Aahz) wrote:
>> In article <0afc5c4d-1af5-4d0e-9442-26b51b12e...@m11g2000yqh.googlegroups=
>.com>,
>> hartley =A0 wrote:
>>>
>>>If you had loosened up on the
On Jul 16, 9:26 pm, a...@pythoncraft.com (Aahz) wrote:
> In article
> <0afc5c4d-1af5-4d0e-9442-26b51b12e...@m11g2000yqh.googlegroups.com>,
>
> hartley wrote:
>
> >If you had loosened up on the sarcasm I would probably have read what
> >you wrote more thoroughly instead of just skimming through i
In article <0afc5c4d-1af5-4d0e-9442-26b51b12e...@m11g2000yqh.googlegroups.com>,
hartley wrote:
>
>If you had loosened up on the sarcasm I would probably have read what
>you wrote more thoroughly instead of just skimming through it. Thanks
>for the help, but you should seriously consider doing som
On Jul 16, 11:13 pm, hartley wrote:
> /* the first telling */
> (...)
> /* the second telling */
> (...)
> /* the third telling */
>
> -
> If you had loosened up on the sarcasm
That wasn't sarcasm, it was an attempt at humourous watering-down the
expression of exasperation at continued ignoring o
/* the first telling */
(...)
/* the second telling */
(...)
/* the third telling */
-
If you had loosened up on the sarcasm I would probably have read what
you wrote more thoroughly instead of just skimming through it. Thanks
for the help, but you should seriously consider doing something with
yo
/* the first telling */
(...)
/* the third telling */
(...)
/* the third telling */
-
If you had loosened up on the sarcasm I would probably have read what
you wrote more thoroughly instead of just skimming through it. Thanks
for the help, but you should seriously consider doing something with
yo
On Jul 15, 7:54 pm, hartley wrote:
> On Jul 14, 2:21 pm, John Machin wrote:
> > On Jul 14, 7:22 pm, hartley wrote:> > > I'm very new
> > at wrapping Python/C, and I have run into some problems.
[snip]
/* the first telling */
> > > > statement C_embedding.buff = the_pylist ?
>
> > > > BTW C-em
On Jul 14, 2:21 pm, John Machin wrote:
> On Jul 14, 7:22 pm, hartley wrote:> > > I'm very new at
> wrapping Python/C, and I have run into some problems.
>
> [snip]
>
>
>
> > > > pValue = PyObject_CallObject(pFunc,NULL);
>
> > > > pValue is now a PyList - i've even verified this with:
>
>
On Jul 14, 7:22 pm, hartley wrote:
> > > I'm very new at wrapping Python/C, and I have run into some problems.
[snip]
> > > pValue = PyObject_CallObject(pFunc,NULL);
>
> > > pValue is now a PyList - i've even verified this with:
>
> > > int a = PyList_Check(pValue);
> > > printf("
On Jul 13, 6:35 pm, John Machin wrote:
> On Jul 14, 1:47 am, hartley wrote:
>
>
>
> > I'm very new at wrapping Python/C, and I have run into some problems.
>
> > I have one python module that provides me with a list (provideBuffer
> > in provideBuff.py):
>
> > Py_Initialize();
> > pName
> > I'm very new at wrapping Python/C, and I have run into some problems.
>
> > I have one python module that provides me with a list (provideBuffer
> > in provideBuff.py):
>
> > Py_Initialize();
> > pName = PyString_FromString("provideBuff");
> > pModule = PyImport_Import(pName);
On Jul 14, 1:47 am, hartley wrote:
> I'm very new at wrapping Python/C, and I have run into some problems.
>
> I have one python module that provides me with a list (provideBuffer
> in provideBuff.py):
>
> Py_Initialize();
> pName = PyString_FromString("provideBuff");
> pModule =
I'm very new at wrapping Python/C, and I have run into some problems.
I have one python module that provides me with a list (provideBuffer
in provideBuff.py):
Py_Initialize();
pName = PyString_FromString("provideBuff");
pModule = PyImport_Import(pName);
pFunc = PyObject_
13 matches
Mail list logo