iron python1 c#에서 python 호출하여 사용하기 c#에서 python 호출하여 사용하기 1. ironPython 라이브러리 다운로드 http://ironpython.codeplex.com/releases/view/169382 2. ironPython 설치 3. visual stdio 2015에서 visual c#선택후 콘솔 응용 프로그램 선택 4. 참조 추가 - "참조" 선택후 우클릭하여 참조관리자 띄워서 추가 5. program.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.Scripting; using Microsoft.Scripting.Hosting; /.. 2016. 8. 22. 이전 1 다음