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

python Debugger: Exception has occurred: NameError name 'me_translations' is not defined #330

Open
LJC8888888888 opened this issue Jul 9, 2024 · 0 comments

Comments

@LJC8888888888
Copy link

When importing js2py.

Traceback (most recent call last):
File "C:...\Python312\site-packages\js2py\utils\injector.py", line 121, in append_arguments
arg = name_translations[inst.arg]
~~~~~~~~~~~~~~~~~^^^^^^^^^^
KeyError: 3

Then I use Python Debugger : Exception has occurred: NameError name 'me_translations' is not defined.

Steps to Reproduce:

import js2py

Environment:

Operating System: win11
Python Version: 3.12.4
js2py Version: 0.74 (latest as of the issue date)

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