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
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
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
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
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