In article <[EMAIL PROTECTED]>,
Carsten Haese  <[EMAIL PROTECTED]> wrote:
>On Sat, 2007-04-28 at 18:55 -0700, johnny wrote:
>>
>> Any Good tools to create CSV Files?  ReportLab only creates pdf
>> files.  I need something to create CSV files.
>
>You mean something like the csv module that is part of Python's standard
>library?
>
>>>> import csv

In all fairness, the csv module is new in Python 2.3, and I'm sure I'm
not the only person still using Python 2.2 for production.
-- 
Aahz ([EMAIL PROTECTED])           <*>         http://www.pythoncraft.com/

"...string iteration isn't about treating strings as sequences of strings, 
it's about treating strings as sequences of characters.  The fact that
characters are also strings is the reason we have problems, but characters 
are strings for other good reasons."  --Aahz
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to