[Ironpython-users] IronPython, Daily Digest 2/15/2013

2013-02-16 Thread CodePlex
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New issue] PythonSocket -- unhandled exception in Finalize() in restricted AppDomain -- ISSUES 1. [New issue] PythonSocket -- unhandled exc

[Ironpython-users] Fwd: Need to create a DOT.NET Object[]

2013-02-16 Thread Pawel Jasinski
Here is something what may help: >>> import System >>> a=System.Array[System.Object]([42,"foo"]) >>> a[0] 42 >>> a[1] 'foo' It is not answer for your question, but there is another way to use ADO http://pypi.python.org/pypi/adodbapi/2.4.2.2 --pawel On Feb 15, 2013 10:12 AM, "Bernd Viehmann"