Re: [Tutor] open a socket from a named file on linux

2005-03-02 Thread dm
On Sun, 2005-02-27 at 17:18 -0600, dm wrote: > Hello, I am trying to open a socket connection to a named file on my > computer and can not seem to get it working. Any help or advice would > be great. solution use what are called unix domain sockets, in python they are accessed like this s = s

[Tutor] open a socket from a named file on linux

2005-02-27 Thread dm
Hello, I am trying to open a socket connection to a named file on my computer and can not seem to get it working. Any help or advice would be great. The details I attempting to control xfmedia, http://spuriousinterrupt.org/projects/xfmedia/ , via it's remote from python and I can not get a conne