Popular Python recipes tagged "meta:requires=popen2"http://code.activestate.com/recipes/langs/python/tags/meta:requires=popen2/2006-04-03T06:47:57-07:00ActiveState Code RecipesFetching photos from nokia cellular using gnokii (Python) 2006-04-03T06:47:57-07:00Michal Chruszczhttp://code.activestate.com/recipes/users/2826469/http://code.activestate.com/recipes/475181-fetching-photos-from-nokia-cellular-using-gnokii/ <p style="color: grey"> Python recipe 475181 by <a href="/recipes/users/2826469/">Michal Chruszcz</a> . Revision 2. </p> <p>gnokii is a tool allowing Nokia cellphone users to browse its content, when connected to a computer through a cable, IR or bluetooth. This simple script brings lots of automatization of this process.</p> Private clearcase views backup. (Python) 2004-08-28T23:39:13-07:00Luigi Podericohttp://code.activestate.com/recipes/users/2007933/http://code.activestate.com/recipes/302477-private-clearcase-views-backup/ <p style="color: grey"> Python recipe 302477 by <a href="/recipes/users/2007933/">Luigi Poderico</a> . </p> <p>Performes the backup of all private and checked out files in all local clearcase views.</p> spell checking (Python) 2002-03-12T12:59:07-08:00Sébastien Keimhttp://code.activestate.com/recipes/users/131730/http://code.activestate.com/recipes/117221-spell-checking/ <p style="color: grey"> Python recipe 117221 by <a href="/recipes/users/131730/">Sébastien Keim</a> (<a href="/recipes/tags/text/">text</a>). Revision 2. </p> <p>use popen2 module to drive the ispell typo checker</p> Howto change the implementation of a method at runtime (Python) 2001-11-30T13:28:06-08:00Brian Quinlanhttp://code.activestate.com/recipes/users/109067/http://code.activestate.com/recipes/92823-howto-change-the-implementation-of-a-method-at-run/ <p style="color: grey"> Python recipe 92823 by <a href="/recipes/users/109067/">Brian Quinlan</a> (<a href="/recipes/tags/shortcuts/">shortcuts</a>). </p> <p>This recipe discribes how to change the implementation of the _run_child method in Popen3 at runtime.</p> Capturing the output and error streams from a unix shell command (Python) 2001-06-22T23:22:21-07:00Brent Burleyhttp://code.activestate.com/recipes/users/98036/http://code.activestate.com/recipes/52296-capturing-the-output-and-error-streams-from-a-unix/ <p style="color: grey"> Python recipe 52296 by <a href="/recipes/users/98036/">Brent Burley</a> (<a href="/recipes/tags/threads/">threads</a>). Revision 2. </p> <p>This recipe shows how to execute a unix shell command and capture the output and error streams in python. By contrast, os.system() sends both streams directly to the shell.</p>