Cpython interpretter / IronPython interpretter No module named clr

后端 未结 3 1313
-上瘾入骨i
-上瘾入骨i 2021-02-10 04:05

i\'m using IronPython and i want to create some windows form, i want to create a windows form with some button, and i want to do this in visual studio with iron python, i\'m us

3条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-10 04:20

    I got the same error and resolved it with these steps:

    I changed the project properties General>Interpreter to IronPython 2.7 Debug>Launch mode to IronPython(.NET) launcher

    At first I didn't see IronPython as an interpreter option to select from. I added the path to IronPython installation to my Path System variable, restarted Visual Studio and it worked.

提交回复
热议问题