Re: Device Drivers in python(kernel modules)

2007-03-07 Thread Laurent Pointal
John Nagle a écrit : > Thomas Ploch wrote: >> rishi pathak schrieb: >> >>> I am not much of a kernel programmer , I have a requirement to shift a >>> python code to work as a kernel module. >>> So I was just wondering whether we can write a kernel module in python. >>> A thought is that if we can s

Re: Device Drivers in python(kernel modules)

2007-03-06 Thread John Nagle
Thomas Ploch wrote: > rishi pathak schrieb: > >>I am not much of a kernel programmer , I have a requirement to shift a >>python code to work as a kernel module. >>So I was just wondering whether we can write a kernel module in python. >>A thought is that if we can somehow convert python code into

Re: Device Drivers in python(kernel modules)

2007-03-06 Thread Thomas Ploch
rishi pathak schrieb: > I am not much of a kernel programmer , I have a requirement to shift a > python code to work as a kernel module. > So I was just wondering whether we can write a kernel module in python. > A thought is that if we can somehow convert python code into a C object > code then it

Device Drivers in python(kernel modules)

2007-03-06 Thread rishi pathak
I am not much of a kernel programmer , I have a requirement to shift a python code to work as a kernel module. So I was just wondering whether we can write a kernel module in python. A thought is that if we can somehow convert python code into a C object code then it can be done. Can some one sugg