On Thu, Oct 31, 2013 at 8:10 AM,  <kavithabhaskaran2...@gmail.com> wrote:
> search(lane,value=None,start=105,stop=115,GUI=True) -> function definition
> search(lane,value=value,start=start, stop=stop,GUI=True) -> function call
>
> I get the error "search()" got multiple keyword argument for value"

Cut your example down to just what you need to show the problem, and
then copy and paste both the code and the full exception traceback. I
suspect it's not quite what you think it is... maybe you're not
looking at the right line of code, because that function call looks
fine to me.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to