I have read this question here on named pipes, but it is for Unix only. Any idea on how can one create named pipes in Windows (without using the PyWin32 extensions)? Accessing a pipe (as client from Python) in Windows is as easy as doing "open", but I was not able to find such clean/simple way of creating it in Python.
Best regards, Hugo