[Ironpython-users] PythonTuple.MakeTuple

2015-08-20 Thread Slide
Can anyone tell me why this method is internal?! ___ Ironpython-users mailing list Ironpython-users@python.org https://mail.python.org/mailman/listinfo/ironpython-users

[Ironpython-users] System.__ComObject: method or operation not implemented

2015-08-20 Thread Evan Davey
HI, I am trying to use Python to access an Application’s API that has been exposed in C#. The API uses a client/server model via COM objects (main GUI is the client, functional blocks e.g. Schematic editor implemented as a server. I have successfully called a number of API methods from python