Ollie Lho <[EMAIL PROTECTED]> writes:

> 
> In my version of python lib the signature of regexp.match is
> 
>     def match(self, string, pos=0, endpos=None):
> 
> So is it possible that the value = makeoption something not a "string"
> ??

Possibly.  My knowledge of python is really poor.  Mostly I'm interpolating
from what I know of other languages.  Could you print out value and key. 
i.e.

print "option: " + key " = " + value

And then we can see which construct is blowing up the configure.

Eric

Reply via email to