Re: [Python.NET] DataGridView Issue

2012-06-29 Thread Manfred Schulte-Oversohl
hon.org [mailto: > pythondotnet-bounces+btribble=ea@python.org] *On Behalf Of *Manfred > Schulte-Oversohl > *Sent:* Thursday, May 31, 2012 10:19 AM > *To:* pythondotnet@python.org > *Subject:* [Python.NET] DataGridView Issue > > ** ** > > With Ironpython 2.7 the fol

Re: [Python.NET] DataGridView Issue

2012-06-28 Thread Tribble, Brett
Manfred Schulte-Oversohl Sent: Thursday, May 31, 2012 10:19 AM To: pythondotnet@python.org Subject: [Python.NET] DataGridView Issue With Ironpython 2.7 the following code works. Not so with python for .Net where only a blank Form is displayed. Used python for .Net is compiled from trunk of May 26, 2012

[Python.NET] DataGridView Issue

2012-06-28 Thread Manfred Schulte-Oversohl
With Ironpython 2.7 the following code works. Not so with python for .Net where only a blank Form is displayed. Used python for .Net is compiled from trunk of May 26, 2012 python 2.6 and clr4. Any help is appreciated. Cheers Manfred #- import clr clr.AddReference('System