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 can be done.
> Can some one suggest something..anything

http://wiki.python.org/moin/elmer

This tool is able to run Python Code as if it was written in C.
Perhaps this might help you, but I am not pretty sure since it had to be
included in the kernel tree.

Thomas

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to