Re: Proposal: reducing self.x=x; self.y=y; self.z=z boilerplate code

2005-07-02 Thread jcarlson
Ralf W. Grosse-Kunstleve wrote: > A shorter alternative (my personal favorite since minimally redundant):: > > class grouping: > > def __init__(self, .keep_this, .and_this, but_not_this, > .but_this_again): > # real code right here There is also the variant which I proposed on p

Re: Read from stdouton Popen on WinXP?

2005-08-17 Thread jcarlson
> >>> "mhenry1384" <[EMAIL PROTECTED]> 08/16/05 11:48 PM >>> > I am trying to run a program and filter the output on Windows XP. > Since I want to filter the output, I'd like to read it a line at a time > and only print the lines I care about. > > p = subprocess.Popen(["doxygen.exe", r"Doxyfile.cfg

Re: PyPE 2.1 run problem

2005-08-18 Thread jcarlson
> Once I done the replacement as suggested above, PyPE2.1 can run from > the source now. Thanks Josiah ! No problem. > > I have downloaded the PyPE2.1-win-unicode.zip, after unzip it with winzip > > into PyPE2.1-win-unicode dierctory on window XP. I try to run "pype.exe" > > by double > > click o