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
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