Re: [IronPython] can anyone help me with COM access in ironpython?

2009-05-15 Thread Shri Borde
Have you tried "import System" followed by System.Activator.CreateInstance(System.Type.GetTypeFromProgID("QBXMLRP2.RequestProcessor")? This should more closely resemble the behavior of the pywin32 code of win32com.client.Dispatch("QBXMLRP2.RequestProcessor"). See http://blogs.msdn.com/shrib/arc

Re: [IronPython] can anyone help me with COM access in ironpython?

2009-05-15 Thread Dino Viehland
[note my knowledge of this area is fuzzy at best but this is my understanding. Maybe someone from the team can explain this better or give more accurate information if I get anything wrong]. The reason why these are so different is to date IronPython has basically gotten it's COM interop suppo

[IronPython] can anyone help me with COM access in ironpython?

2009-05-15 Thread Luke Graybill
I've got a working example using the pywin32 extensions, which I am trying to duplicate in IronPython, but I'm encountering quite a number of strange situations. I can't seem to find any real documentation for IronPython, either, so I figure this list is my last place to go before I ditch IronPytho

Re: [IronPython] Silverlight Application Hosting IronPython

2009-05-15 Thread Jimmy Schementi
> > On Sat, May 9, 2009 at 4:30 AM, Michael Foord > > mailto:fuzzy...@voidspace.org.uk>> > wrote: > > > > Hello guys, > > > > I'm having problems with a C# Silverlight application that hosts > > IronPython. > > > > First of all, this page > > http://sdlsdk.codeplex.com/Wiki/View

Re: [IronPython] IronPython 2.6 CodePlex Source Update

2009-05-15 Thread Dino Viehland
This should probably look more like the CTypes changes below but because I just ran the push script on a machine it doesn't usually run on there's a bunch of extra noise. Fixes a bunch of issues w/ ctypes and makes a module that’s available by default. We now pass 318 out of 366 tests (86%).

[IronPython] IronPython 2.6 CodePlex Source Update

2009-05-15 Thread dinov
This is an automated email letting you know that sources have recently been pushed out. You can download these newer sources directly from http://ironpython.codeplex.com/SourceControl/changeset/view/50535. MODIFIED SOURCES $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/Na