must be dicts in tuple

Chris Angelico rosuav at gmail.com
Thu Jul 25 04:19:02 EDT 2013


On Thu, Jul 25, 2013 at 4:58 PM, Tanaya D <cool.tanaya16 at 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



More information about the Python-list mailing list