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


Groups > comp.lang.python > #51207

Re: must be dicts in tuple

References <c3da4f27-5938-4d34-9f38-46c939bce9c7@googlegroups.com>
Date 2013-07-25 18:19 +1000
Subject Re: must be dicts in tuple
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.5088.1374740345.3114.python-list@python.org> (permalink)

Show all headers | View raw


On Thu, Jul 25, 2013 at 4:58 PM, Tanaya D <cool.tanaya16@gmail.com> wrote:
> Hi,
>
> I am using Python with Bots(EDI translator)
>
> But i am getting the following error:
> MappingFormatError: must be dicts in tuple: get((({'BOTSID': 'HEADER'},),))

The first thing to do is to construct a short piece of code that
demonstrates the problem. See http://sscce.org/ for some tips. Once
you've done that, run that script and copy and paste its entire output
(which will be your exception traceback) into an email.

That said, though, I believe the problem you're seeing is going to be
Bots-specific. You'll possibly do better on a Bots mailing list rather
than a general Python one.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next 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