Since I am not a Python guy, but a .Net one, I am wondering how to import .Net assemblies in Event Ghost.
I found for example that we can use https://bitbucket.org/pydotnet/pydotnet/wiki/Home for that, however, I can not figure out how to make EG recognize this wrapper, after installing it via msi package, a naive
Code: Select all
import dotnet.seamlessShould I *register* PyDotNet somehow in EG, or maybe I should install it into some particular sub folder in EG directory? or that not possible at all? thx for help.

