Skip to content

Python for .NET : amos가 확장버젼으로 만든걸 Windows에서 빌드하기 편하게 수정함.

License

Notifications You must be signed in to change notification settings

kitsek/pythonnet

 
 

Repository files navigation

This is just simple build fix for c# developer without much knowledge of python (based on amos's fork of python.net which is believed memory leak issues have been resolved)

How To Get Python.Runtime.dll(Either DEBUG/RELEASE)

  • Open pythonnet.sln in visual studio 2015
  • Choose "ReleaseWin"/"DebugWin" (If you use Python2.7), or "ReleaseWinPy3"/"DebugWinPy3"(for Python3.x) with AnyCpu Platform
  • When built, copy ./src/runtime/bin/Python.Runtime.dll to your own project.

Please also refer to original Python.Net repo

About

Python for .NET : amos가 확장버젼으로 만든걸 Windows에서 빌드하기 편하게 수정함.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 77.7%
  • Python 20.5%
  • C 1.1%
  • Other 0.7%