Hi,
I have Python 3.13.3 installed in Windows 11
After running steps mentioned in README.md I got error on attempt to run main.py :
from .utils.injector import fix_js_args File "C:\Users\StanislavPloschansky\AppData\Roaming\Python\Python313\site-packages\js2py\utils\injector.py", line 264, in <module> check(six.get_function_code(check)) ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\StanislavPloschansky\AppData\Roaming\Python\Python313\site-packages\js2py\utils\injector.py", line 251, in check raise RuntimeError('Your python version made changes to the bytecode') **RuntimeError: Your python version made changes to the bytecode**
Seems it related to Python version and component you are using.
May I ask you help there or should install older Python?
Thank you in advance
Stanislav

Hi,
I have Python 3.13.3 installed in Windows 11
After running steps mentioned in README.md I got error on attempt to run main.py :
from .utils.injector import fix_js_args File "C:\Users\StanislavPloschansky\AppData\Roaming\Python\Python313\site-packages\js2py\utils\injector.py", line 264, in <module> check(six.get_function_code(check)) ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\StanislavPloschansky\AppData\Roaming\Python\Python313\site-packages\js2py\utils\injector.py", line 251, in check raise RuntimeError('Your python version made changes to the bytecode') **RuntimeError: Your python version made changes to the bytecode**Seems it related to Python version and component you are using.
May I ask you help there or should install older Python?
Thank you in advance
Stanislav