icotl and Pointers

Sean 'Shaleh' Perry shalehperry at attbi.com
Fri Apr 5 17:22:00 EST 2002


On 05-Apr-2002 Umar Saif wrote:
> Hi,
>       I am trying to write a piece of python code to control a sound device
(with 
> an oss driver).
>  The ioctls for the sound driver take in a pointer to an integer for the 
> argument -- I was wondering whether it is possible to do this in python ? Or 
> writing a native library is the only way around this ?
> 

see fcntl.ioctl().





More information about the Python-list mailing list