Glad I could help. If you have any specific questions, or would like me to walk you through it (off-list), I'd be happy to.
- Kyle On Fri, Jan 28, 2011 at 4:36 PM, Rich Shepard <[email protected]>wrote: > On Fri, 28 Jan 2011, Kyle Jones wrote: > > It isn't anything pretty, but I think this might be similar: >> http://paste.pocoo.org/show/328545/ >> > > Thank you, Kyle. I'll ponder and play with the code until I really > understand it and see what it's doing. It looks just like what I want/need. > > Interestingly, I had to specify binary mode when reading ("rb" rather than > "r") because csv.reader() needs binary mode for some reason I don't > understand. It is a text file, but that's just the way it works I guess. > > Much grasses, > > > Rich > _______________________________________________ > Portland mailing list > [email protected] > http://mail.python.org/mailman/listinfo/portland > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/portland/attachments/20110128/a08fd556/attachment.html> _______________________________________________ Portland mailing list [email protected] http://mail.python.org/mailman/listinfo/portland
