Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #51542

Re: must be dicts in tuple

From Tim Roberts <timr@probo.com>
Newsgroups comp.lang.python
Subject Re: must be dicts in tuple
Date 2013-07-29 21:15 -0700
Organization Providenza & Boekelheide, Inc.
Message-ID <7dfev8lj22630fpsoqvc4s7e82av7p3nh2@4ax.com> (permalink)
References <c3da4f27-5938-4d34-9f38-46c939bce9c7@googlegroups.com>

Show all headers | View raw


Tanaya D <cool.tanaya16@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@probo.com
Providenza & Boekelheide, Inc.

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

must be dicts in tuple Tanaya D <cool.tanaya16@gmail.com> - 2013-07-24 23:58 -0700
  Re: must be dicts in tuple Chris Angelico <rosuav@gmail.com> - 2013-07-25 18:19 +1000
  Re: must be dicts in tuple Tim Roberts <timr@probo.com> - 2013-07-29 21:15 -0700

csiph-web