Hi
I get an error when trying to create Python.Runtime.dll
.\Python.cs(170,3): error CS0245: Destructors and object.Finalize cannot
be called directly. Consider calling IDisposable.Dispose if available
this error is preceded by a bunch of warnings (see below). Any ideas?
Mathew
---
Hi all,
I'm using .NET to implement a UI for some python code, and am updating
various UI components using a .NET function.
The .NET based UI calls the python based back end with an argument set
which includes a delegate to the .NET UI update function.
The python code then periodically invokes t