[python-win32] Missing methods from result of Dispatch or EnsureDispatch

2011-02-25 Thread Parand Tony Darugar
Hello, I'm attempting to use COM to connect with Microsoft Dynamics GP via eConnect. I have a working VB program, and I also have a working IronPython program. However, I can't seem to get it to work with win32com. The main assembly I'm trying to get at is Microsoft.Dynamics.GP.eConnect.eConne

Re: [python-win32] Missing methods from result of Dispatch or EnsureDispatch

2011-02-25 Thread Tim Roberts
Parand Tony Darugar wrote: > I'm attempting to use COM to connect with Microsoft Dynamics GP via eConnect. > I have a working VB program, and I also have a working IronPython program. > However, I can't seem to get it to work with win32com. > > The main assembly I'm trying to get at is > Microso

Re: [python-win32] Missing methods from result of Dispatch or EnsureDispatch

2011-02-25 Thread Parand Tony Darugar
Hi Tim, Thank you for the clarification. You're not missing anything, I'm entirely new to the world of COM and .Net and didn't understand the difference. I'll look for a non-managed COM example. In the meanwhile: - Outside of Ironpython, is there a reasonable way to interaction with .Net obje

Re: [python-win32] Missing methods from result of Dispatch or EnsureDispatch

2011-02-25 Thread Preston Landers
On Fri, Feb 25, 2011 at 1:14 PM, Parand Tony Darugar wrote: > > - Outside of Ironpython, is there a reasonable way to interaction with .Net > objects/assemblies in Python? > > I haven't worked with it myself, but it looks like this is an option: http://pythonnet.sourceforge.net/ thanks, Preston

Re: [python-win32] Missing methods from result of Dispatch or EnsureDispatch

2011-02-25 Thread Tim Roberts
Parand Tony Darugar wrote: > Thank you for the clarification. You're not missing anything, I'm entirely > new to the world of COM and .Net and didn't understand the difference. > > I'll look for a non-managed COM example. In the meanwhile: > > - Outside of Ironpython, is there a reasonable way to