Hi Denis,
I’ve had to stop development for now because PyScope global variables don’t seem to be working in similar fashion to IronPython. I want a global variable assigned at start-up with PyScope.Set(name,value), where value is most likely a .NET
object, to be available later on in any module I might import.
I could try things out with the NUnit testing framework in the pythonnet solution but the tests are not listed in Visual Studio for some reason.
Steve