Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'enveloperecords' #81

Open
aoplnx opened this issue Jan 28, 2023 · 0 comments
Open

No module named 'enveloperecords' #81

aoplnx opened this issue Jan 28, 2023 · 0 comments

Comments

@aoplnx
Copy link

aoplnx commented Jan 28, 2023

Using python 3.4 I am getting the below messages. Any help and or hint will be appreciated

Traceback (most recent call last): File "/usr/local/lib/python3.4/site-packages/bots/transform.py", line 85, in _translate_one_file edifile.checkforerrorlist() # no exception if infile has been lexed and parsed OK else raises an error File "/usr/local/lib/python3.4/site-packages/bots/message.py", line 48, in checkforerrorlist raise botslib.MessageError(''.join(self.errorlist)) bots.botslib.MessageError: Traceback (most recent call last): File "/usr/local/lib/python3.4/site-packages/bots/inmessage.py", line 43, in parse_edi_file ediobject.initfromfile() File "/usr/local/lib/python3.4/site-packages/bots/inmessage.py", line 75, in initfromfile self.messagegrammarread(typeofgrammarfile='grammars') File "/usr/local/lib/python3.4/site-packages/bots/message.py", line 60, in messagegrammarread self.defmessage = grammar.grammarread(self.ta_info['editype'], self.ta_info['messagetype'], typeofgrammarfile) File "/usr/local/lib/python3.4/site-packages/bots/grammar.py", line 32, in grammarread messagegrammar = classtocall(typeofgrammarfile='grammars', editype=editype, grammarname=grammarname) File "/usr/local/lib/python3.4/site-packages/bots/grammar.py", line 102, in init self.module, self.grammarname = botslib.botsimport(typeofgrammarfile, editype, grammarname) File "/usr/local/lib/python3.4/site-packages/bots/botslib.py", line 496, in botsimport raise _exception bots.botslib.BotsImportError: No import of module "/usr/local/lib/python3.4/site-packages/bots/usersys/grammars/x12/x12": No module named 'enveloperecords'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant