[Python.NET] problems with mono 1.1.13.4 and PythonNet beta 5

2006-03-21 Thread Mathew Yeates
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 ---

[Python.NET] Delegates and Dictionaries

2006-03-21 Thread Mark Anderson
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