I was wondering how to do this, and stumbled upon https://stackoverflow.com/a/29854281 which answered the question, but then caused two new ones. 1. can this be done without .NET installed on the user's machine 2. how do I create a project for that in VS? Do I just choose class library or something else?
Anyone can share a working example on how to call a simple C# library (actually its WPF) from python code? (I have tried using IronPython and had too much trouble with unsupported CPython library my