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