Hello,
I am a newbie to Python, so please pardon me if this is a very basic thing.
I have downloaded the grammar X12_004010_all_transactions_and_segments.zip from the website. The Wiki does not really tell me what I should do with this file.
I configured a parse & pass-through route, with an inbound file channel and outbound file channel.
I have extracted the grammar zip file into C:\Python27\Lib\site-packages\bots\usersys\grammars\x12\x12
And in my route configuration, I have both Fromeditype and edimessagetype selected as x12. I tried moving the grammer file to different sub directorie too. But whenever I run the engine, I am getting the below error.
Should I be importing the grammar file through some command line utility? It will be helpful if the Wiki explains what to do after downloading the grammar files.
MessageError: Error in import of module "C:\Python27\lib\site-packages\bots\usersys\grammars\x12\x12":
name 'X12_004010_all_transactions_and_segments' is not defined