Update v2.1.0:
Lench Scripter Mod now supports both IronPython 2.7 and 3.0.
By default, the old 2.7 version will be used.
To view the current version, type
into console.
To switch to IronPython 3.0, type
To switch to IronPython 2.7, type
I recommend staying at 2.7 for now as 3.0 still has its issues.
Read about the differences between the versions here:
http://sebastianraschka.com/Articles/2014_python_2_3_key_diff.html
Lench Scripter Mod now supports both IronPython 2.7 and 3.0.
By default, the old 2.7 version will be used.
To view the current version, type
Code:
lsm python version
To switch to IronPython 3.0, type
Code:
lsm python 3.0
Code:
lsm python 2.7
Read about the differences between the versions here:
http://sebastianraschka.com/Articles/2014_python_2_3_key_diff.html