RE: [NF] Python - was Working with text files larger than 2GB (VFP9SP2)

2013-11-07 Thread John Weller
- was Working with text files larger than 2GB (VFP9SP2) On 11/6/13 12:38 PM, John Weller wrote: 1. If I wrote a small Python program, perhaps to split large files into manageable chunks, would it be stand-alone or would I need to include libraries (similar to the VFP libraries)? The Python

Re: [NF] Python - was Working with text files larger than 2GB (VFP9SP2)

2013-11-06 Thread Paul McNett
On 11/6/13 12:38 PM, John Weller wrote: 1.If I wrote a small Python program, perhaps to split large files into manageable chunks, would it be stand-alone or would I need to include libraries (similar to the VFP libraries)? The Python interpreter would need to be present in some way. Common