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
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
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
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
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 (
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)
= (
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