Re: [Tutor] Suggestions for output on multiple platforms

2010-06-29 Thread Joel Goldstick
On Tue, Jun 29, 2010 at 8:26 AM, Thomas C. Hicks wrote: > I am a beginner at all this and never expected to reach a point where > people other than myself may have to have access to the output of one > of my programs. My problem is this - I have written a program that > uses xlrd to read a serie

Re: [Tutor] Suggestions for output on multiple platforms

2010-06-29 Thread bob gailer
On 6/29/2010 5:26 AM, Thomas C. Hicks wrote: I am a beginner at all this and never expected to reach a point where people other than myself may have to have access to the output of one of my programs. My problem is this - I have written a program that uses xlrd to read a series of xls files and

Re: [Tutor] Suggestions for output on multiple platforms

2010-06-29 Thread Kushal Kumaran
On Tue, Jun 29, 2010 at 5:56 PM, Thomas C. Hicks wrote: > I am a beginner at all this and never expected to reach a point where > people other than myself may have to have access to the output of one > of my programs.  My problem is this - I have written a program that > uses xlrd to read a series

[Tutor] Suggestions for output on multiple platforms

2010-06-29 Thread Thomas C. Hicks
I am a beginner at all this and never expected to reach a point where people other than myself may have to have access to the output of one of my programs. My problem is this - I have written a program that uses xlrd to read a series of xls files and collate and summarize the data. My original pl