must be dicts in tuple

Tim Roberts timr at probo.com
Tue Jul 30 00:15:11 EDT 2013


Tanaya D <cool.tanaya16 at gmail.com> wrote:
>
>I am using Python with Bots(EDI translator)
>
>But i am getting the following error:
>MappingFormatError: must be dicts in tuple: get((({'BOTSID': 'HEADER'},),))
>
>Can anyone pls help me with it.

Possible hint: the error says you're supposed to have dicts in a tuple.
What you have is a dict in a tuple in a tuple.
-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-list mailing list