Cannot populate a WPF DataGrid using Python
问题 I have a problem binding data to a WPF DataGrid using Python.NET The code is shown below, and I've tried three different approaches to binding data - each fails and the error message is included as a comment in the code below If I do not attempt to add data, the datagarid displays correctly with headers. But I'm unable to populate the grid with any data. Any help will be gratefully received!!! Doug import clr #.NET references import System import System.Windows.Controls as WPFControls import