Re: Using with CSV library in Python 2.2!!!

2007-01-09 Thread Larry Bates
mohan wrote: > Hi Guys, > > I'm back one more basic question, this time on using CSV (Comma > Seperated Value) library with Python 2.2. At my workplace I have Python > 2.2 installed and am using PythonWin 2.2.1 IDE from Mark Hammond. > > I want to use the CSV library module for reading data from

Re: Using with CSV library in Python 2.2!!!

2007-01-09 Thread skip
mohan> Thanks man. What kind of source code changes should I do to mohan> "_csv.c" file , have you any idea on that too?? I've no particular ideas. There are sometimes small C API changes between feature releases though. If you read through the What's New document for version 2.3 (googl

Re: Using with CSV library in Python 2.2!!!

2007-01-09 Thread mohan
[EMAIL PROTECTED] wrote: > mohan> 1. Does Python 2.2 come with CSV library module or not? If yes, > mohan>have I lost it somewhere?? > > As the docs for the csv module indicate, it was new in 2.3. > > mohan> 2. If Python 2.2 does not come with CSV module, is it possible to > mohan>

Re: Using with CSV library in Python 2.2!!!

2007-01-09 Thread skip
mohan> 1. Does Python 2.2 come with CSV library module or not? If yes, mohan>have I lost it somewhere?? As the docs for the csv module indicate, it was new in 2.3. mohan> 2. If Python 2.2 does not come with CSV module, is it possible to mohan>add the csv module to the Pyt

Using with CSV library in Python 2.2!!!

2007-01-09 Thread mohan
Hi Guys, I'm back one more basic question, this time on using CSV (Comma Seperated Value) library with Python 2.2. At my workplace I have Python 2.2 installed and am using PythonWin 2.2.1 IDE from Mark Hammond. I want to use the CSV library module for reading data from the .csv files and when I t