Re: python xauth

2011-07-11 Thread Ian Kelly
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

Re: python xauth

2011-07-10 Thread Cousin Stanley
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

python xauth

2011-07-10 Thread kracekumar ramaraju
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