In the past there have been several projects to write an Operating System in Python. The one that survived seems to be cleese:
http://code.google.com/p/cleese/
Remember that Python is a glue language and can easily use ABC or C to do the low level stuff.
To write a modern OS would be a massive effort that would take hundreds of smart folks several years.