We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: