On 7/12/2011 7:22 PM, Matteo Boscolo wrote:
Hi all,
I need some help to a com problem..
I got this class:
class foo(object):
def setComObject(comObject):
self.comO=comObject #This is a com object from a cad application
def showForm(self)
# use the self.comO to read some information from the ca
Hi all,
I need some help to a com problem..
I got this class:
class foo(object):
def setComObject(comObject):
self.comO=comObject #This is a com object from a cad application
def showForm(self)
# use the self.comO to read some information from the cad
application