On 6/7/07, Neal Norwitz <[EMAIL PROTECTED]> wrote:
> On 6/7/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > > tokenize.TokenError: ('EOF in multi-line statement', (315, 0))
> >
> > I analyzed that a bit further, and found that
> > Lib/distutils/unixccompiler.py:214 reads
> >
> > if not isinsta
On 6/7/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > tokenize.TokenError: ('EOF in multi-line statement', (315, 0))
>
> I analyzed that a bit further, and found that
> Lib/distutils/unixccompiler.py:214 reads
>
> if not isinstance(output_dir, (str, type(None)):
>
> This is a syntax error; a
> tokenize.TokenError: ('EOF in multi-line statement', (315, 0))
I analyzed that a bit further, and found that
Lib/distutils/unixccompiler.py:214 reads
if not isinstance(output_dir, (str, type(None)):
This is a syntax error; a closing parenthesis is missing.
tokenize.py chokes at the EOF as the