Ollie Lho <[EMAIL PROTECTED]> writes:
> "Eric W. Biederman" wrote:
> >
> > O.k. I think I have addressed all of the issues everyone has found up to this
>
> > point with my most recent commit. If you have any more problems let me know.
> >
>
Hmm. It worked when I ran it earlier I'll get back to you shortly.
Eric
> When running NLBConfig.py I got
>
> Trying to create winfast/ldscript.ld
> Traceback (innermost last):
> File "NLBConfig.py", line 696, in ?
> writeldscript(outputdir)
> File "NLBConfig.py", line 518, in writeldscript
> if re.match("^(0x[0-9a-fA-F]+|0[0-7]+|[0-9]+)$", value):
> File "/usr/lib/python1.5/re.py", line 40, in match
> return _cachecompile(pattern, flags).match(string)
> File "/usr/lib/python1.5/re.py", line 117, in match
> endpos=len(string)
> TypeError: len() of unsized object
>
> What's wrong ??
>
> Ollie