Thank you! Thats the complete solution *g*
--
http://mail.python.org/mailman/listinfo/python-list
Travis Oliphant wrote:
> Peter Wuertz wrote:
>> Hi,
>>
>> I'm writing a C module for python, that accesses a special usb camera.
>> This module is supposed to provide python with data (alot of data).
>> Then SciPy is used to fit the data.
>>
>
>
Hi,
I'm writing a C module for python, that accesses a special usb camera.
This module is supposed to provide python with data (alot of data). Then
SciPy is used to fit the data.
My question is, how to make python read from a C array? By reading the
documentation, one could get the impression