n" (xauth.org) scheme? The name is
unfortunately overloaded.
Second, have you tried googling for "python xauth"?
Cheers,
Ian
--
http://mail.python.org/mailman/listinfo/python-list
kracekumar ramaraju wrote:
> I am looking to use xauth in python ?
>
> It is for my command line process,
> I would like to have few examples
> and resources.
A simple example
>>> import subprocess as SP
>>>
>>> proc = [ 'xauth' , 'list' , ':0' ]
>>>
>>> pipe = SP.Popen( proc , stdo
I am looking to use xauth in python?It is for my command line process,I would
like to have few examples and resources.
--
http://mail.python.org/mailman/listinfo/python-list