> From: Tomas Markus <[EMAIL PROTECTED]>
> Just to let you know my ressults (+ one tiny question :-):
> I did a bit of investigation and narrowed the "invalid" characters group to
> jus one the hex 1a. My code now looks quite small:
>
> fpath = 'c:\\pytemp\\bafir550.edi'
> fl = file(fpath, 'rb')
>
[Keeping tutor in CC]
-- Forwarded message --
Date: Thu, 20 Oct 2005 23:21:13 +0200
From: Tomas Markus <[EMAIL PROTECTED]>
To: Danny Yoo <[EMAIL PROTECTED]>
Subject: Re: [Tutor] file.read. Abort Problem
Hi All,
Just to let you know my ressults (+ one tiny question :-):
I did