Re: [Ironpython-users] abstract class conversion?

2011-12-02 Thread Michael Colonno
ail.com] Sent: Friday, December 02, 2011 12:08 PM To: Michael Colonno Cc: [email protected] Subject: Re: [Ironpython-users] abstract class conversion? Well, as you guessed, 'Type' and 'function' are both abstract (and 'function' is not static). You can't

Re: [Ironpython-users] abstract class conversion?

2011-12-01 Thread Michael Colonno
Mike C. -Original Message- From: Jeff Hardy [mailto:[email protected]] Sent: Thursday, December 01, 2011 10:36 AM To: Michael Colonno Cc: [email protected] Subject: Re: [Ironpython-users] abstract class conversion? On Thu, Dec 1, 2011 at 10:14 AM, Michael Colonno <

[Ironpython-users] abstract class conversion?

2011-12-01 Thread Michael Colonno
Hi ~ I'm trying to port some VB.NET code to IronPython; the goal is to access third-party .NET functionality through Python. I've managed to connect to the relevant Interop .dll files and expose the API but I'm having trouble reproducing the VB.NET functionality from Pyt