[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

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

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 tdaru...@yahoo.comwrote: - 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/