function got multiple values for keyword argument for value

Chris Angelico rosuav at gmail.com
Wed Oct 30 17:33:39 EDT 2013


On Thu, Oct 31, 2013 at 8:10 AM,  <kavithabhaskaran2013 at 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



More information about the Python-list mailing list