Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 635 Bytes

File metadata and controls

13 lines (7 loc) · 635 Bytes

Call .Net from Python

Simple experiments with PythonNet

This project aims to reproduce the problem described at pythonnet/pythonnet#2018 (the solution is described by Benedikt Reinartz at pythonnet/pythonnet#2018 (comment) )

Quick run with VsCode and Docker container

  • clone this repository

  • within Visual Studio Code, open the project's folder in container; When the container is built, the .Net projects are built.

  • within Visual Studio Code, open a terminal and, from the default path ( /workspaces/CallNetFromPythonExample ), run python factorial.py