Re: pyExcelerator bug?

2007-05-21 Thread tkpmep
John, I'd be delighted to try xlwt (does it work under Python 2.4 and 2.5?) I followed the link to ...svn/xlwt/trunk and found a collection of files, but no Windows installer. How do I install xlwt? Thanks in advance Thomas Philips -- http://mail.python.org/mailman/listinfo/python-list

Re: pyExcelerator bug?

2007-05-20 Thread John Machin
On 21/05/2007 7:01 AM, Waldemar Osuch wrote: > On May 16, 4:42 pm, [EMAIL PROTECTED] wrote: >> My program creates three lists: the first has dates expressed as >> strings, the second has floats that are strictly positive, and the >> third has floats that are strictly negative. I have no trouble wri

Re: pyExcelerator bug?

2007-05-20 Thread Waldemar Osuch
On May 16, 4:42 pm, [EMAIL PROTECTED] wrote: > My program creates three lists: the first has dates expressed as > strings, the second has floats that are strictly positive, and the > third has floats that are strictly negative. I have no trouble writing > the data in these lists to a .csv file usin

pyExcelerator bug?

2007-05-16 Thread tkpmep
My program creates three lists: the first has dates expressed as strings, the second has floats that are strictly positive, and the third has floats that are strictly negative. I have no trouble writing the data in these lists to a .csv file using the csv module using the following code. outfile =