dirty tara lynn takes on multiple cocks
dirty tara lynn takes on multiple cocks http://www.google.com/search?hl=en&q=dirty+tara+lynn+takes+on+multiple+cocks+site:wxwusqxeh470.blogspot.com&btnI=I%27m+Feeling+Lucky -- http://mail.python.org/mailman/listinfo/python-list
shannan is so good at giving head pt 22
shannan is so good at giving head pt 22 http://www.google.com/search?hl=en&q=shannan+is+so+good+at+giving+head+pt+22+site:ryurikpiroumita.blogspot.com&btnI=I%27m+Feeling+Lucky -- http://mail.python.org/mailman/listinfo/python-list
chocolate moonpies
chocolate moonpies http://www.google.com/search?hl=en&q=chocolate+moonpies+site:vandaydiigkij.blogspot.com&btnI=I%27m+Feeling+Lucky -- http://mail.python.org/mailman/listinfo/python-list
"Gangnam Style" in line for UK dictionary inclusion
"Gangnam Style" in line for UK dictionary inclusion http://adf.ly/2836760/news.yahoo.com/gangnam-style-line-uk-dictionary-inclusion-134517741.html -- http://mail.python.org/mailman/listinfo/python-list
Big girl pleasuring herself
Big girl pleasuring herself http://ninelirowaytu.blogspot.com/2013/01/big-girl-pleasuring-herself.html -- http://mail.python.org/mailman/listinfo/python-list
pexpect - logging input AND output
i have a script running a few commands on a network device. i can't seem to
figure out how to log both the input and output of what the pexpect script
initiates and responds to.
child = pexpect.spawn ('telnet '+ ip)
child.expect ('.*:*')
child.sendline (user)
child.expect ('.*:*')
child.sendline (password)
child.expect(['.*#*', '.*>*'])
child.sendline ('enable')
child.expect (['Password:', '.*#*'])
child.sendline (password)
child.expect ('.*#*')
child.sendline ('conf t')
child.expect ('.*#*')
child.sendline ('line vty 0 4')
i have tried both these logging commands:
child.logfile = open('log.txt', 'w')
child.logfile=sys.stdout
all i get is the input i send with expect/sendline combinations, i don't get
any of what the device sends, only what i send the device:
user
password
enable
password
conf t
line vty 0 4
any ideas of what is the correct way to go about this? just can't get the
output!
--
https://mail.python.org/mailman/listinfo/python-list
