[Ironpython-users] Beginner question.

2011-12-01 Thread Apok
Hi, I'm new in this community, I will try to be brief: - Python programmer. - 0 experience DotNet, CSharp I have a project for an open source game:. IronPython SlimDX JigLibSDX (physics engine) My question is: does it make sense for a game to use this resources?. Wh

Re: [Ironpython-users] abstract class conversion?

2011-12-01 Thread Michael Colonno
Thanks for the reply, Jeff. ILSpy reports for "Type" (the "IL" version): .class interface public auto ansi abstract import [relevant dll name] { .custom instance void [mscorlib]System.Runtime.InteropServices.TypeLibTypeAttribute::.ctor(int16) = (

Re: [Ironpython-users] abstract class conversion?

2011-12-01 Thread Jeff Hardy
On Thu, Dec 1, 2011 at 10:14 AM, Michael Colonno wrote: >     In VB.NET, this works just fine: > > > > Dim A As Type > Dim Name As String > Dim Option As Boolean > Dim Err As Integer > Dim value As Object > > value = A.function(Name, Option, Err) > >     In IronPython I am trying (

[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

Re: [Ironpython-users] PI files for WING IDE

2011-12-01 Thread C. Justin Mayers
Jimmy, I just thought I would try to use my current IDE of choice. I am open to alternative IDEs and spent most of yesterday diving into Eclipse and the PyDev extension. I like that I can easily create projects and flip between an IronPython interpreter to a Python interpreter . Having only invest

Re: [Ironpython-users] PI files for WING IDE

2011-12-01 Thread Jimmy Schementi
Anyone using Wing IDE with IronPython and also use Michael's scripts? I haven't in a few years. CJ, have you considered the Python Tools for VS as an alternative? ~Jimmy On Nov 30, 2011, at 5:04 PM, "C. Justin Mayers" wrote: I am brand new to IronPython and have only been using Python for a l

[Ironpython-users] IronPython, Daily Digest 11/30/2011

2011-12-01 Thread no_reply
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New issue] Failure to bind base accessor if only one accessor is overridden in derived class 2. [New comment] Failure to bind base accessor if only one accessor is overridden in derived