[Tutor]Dos Command

Ali Polatel alipolatel at yahoo.com
Thu Aug 12 13:43:41 CEST 2004


This command
>>> import os
>>> st_in, st_out = os.popen2('mount')
>>> st_out.readlines()

gives this error:
 
AttributeError: 'tuple' object has no attribute 'readlines'


		
---------------------------------
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20040812/572c8329/attachment.htm


More information about the Tutor mailing list