Js2Py icon indicating copy to clipboard operation
Js2Py copied to clipboard

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

Open LJC8888888888 opened this issue 1 year ago • 0 comments

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)

LJC8888888888 avatar Jul 09 '24 14:07 LJC8888888888