Re: popen - reading strings - constructing a list from the strings

2009-05-21 Thread norseman
MRAB wrote: Aytekin Vargun wrote: First of all, Thanks for the suggestions, MRAB and norseman. "split()" was what I was looking for. Now I have a follow up question. In my application I create radio buttons in a frame. These radio buttons are constructed whenever a button is clicked. Therefor

Re: popen - reading strings - constructing a list from the strings

2009-05-20 Thread MRAB
Aytekin Vargun wrote: First of all, Thanks for the suggestions, MRAB and norseman. "split()" was what I was looking for. Now I have a follow up question. In my application I create radio buttons in a frame. These radio buttons are constructed whenever a button is clicked. Therefore the list of

Re: popen - reading strings - constructing a list from the strings

2009-05-20 Thread Aytekin Vargun
First of all, Thanks for the suggestions, MRAB and norseman. "split()" was what I was looking for. Now I have a follow up question. In my application I create radio buttons in a frame. These radio buttons are constructed whenever a button is clicked. Therefore the list of items are dynamically chan

Re: popen - reading strings - constructing a list from the strings

2009-05-20 Thread norseman
MRAB wrote: Aytekin Vargun wrote: Hello everybody, I have a question about the way I use os.popen. I am open to other alternative suggestions like using subprocess or communicate. I have an executable (say read_cell_types.exe) that produces string outputs. For

Re: popen - reading strings - constructing a list from the strings

2009-05-20 Thread MRAB
Aytekin Vargun wrote: Hello everybody, I have a question about the way I use os.popen. I am open to other alternative suggestions like using subprocess or communicate. I have an executable (say read_cell_types.exe) that produces string outputs. For example, aft