First, a little explanation of why I\'m asking this question in the first place: I\'m writing a python program (with a wxPython gui) that needs to call a Java AWT p
Named pipes could be the answer for you. See: Create a temporary FIFO (named pipe) in Python?