use of subprocess module inside generator

2015-05-13 Thread Peter
Gary, Thank you for the response. I made a small typo in my original post, which you correctly picked up. My original generator actually did not have the stdout parameter (see below). Only the new generator has this parameter, as it's now being passed into the generator from the caller's e

Re: use of subprocess module inside generator

2015-05-13 Thread Gary Herron
On 05/13/2015 12:43 PM, Peter wrote: I'm using Python 3.4.3 on Windows 7 (with latest patches) to develop a sqlcmd module for accessing SQL Server (via Microsoft's sqlcmd.exe). My goal is to develop a 100% Python 3 module that's easy to use, flexible, and by design shifts the majority of fut

use of subprocess module inside generator

2015-05-13 Thread Peter
I'm using Python 3.4.3 on Windows 7 (with latest patches) to develop a sqlcmd module for accessing SQL Server (via Microsoft's sqlcmd.exe). My goal is to develop a 100% Python 3 module that's easy to use, flexible, and by design shifts the majority of future SQL Server Python database access