Michael Bentley wrote:
> 
> On Oct 3, 2007, at 1:01 PM, MindMaster32 wrote:
> 
>> I am writing a script that has to read data from an ASCII file of
>> about 50 Mb and do a lot of searches and calculations with that data.
>> That would be a classic problem solved by the use of a database
>> (SQLite would suit just fine), but that would require the user to
>> install more packages other than python itself, and that I am trying
>> to avoid.
No it would not:
<URL:http://docs.python.org/lib/module-sqlite3.html>
(Well, its new in Python 2.5, but you didn't say you were restricted to 
some older version.)

/W
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to