Re: [python-win32] problem After compiling with py2exe on a com class

2012-07-17 Thread Matteo Boscolo
Il 17/07/2012 03:19, Mark Hammond ha scritto: On 17/07/2012 8:37 AM, Matteo Boscolo wrote: Hi all, I got a com server that is crated inside a cad application. if i run the following code(That is a method of my com class): def showWindows(self): show a qt windows with a

[python-win32] problem After compiling with py2exe on a com class

2012-07-16 Thread Matteo Boscolo
Hi all, I got a com server that is crated inside a cad application. if i run the following code(That is a method of my com class): def showWindows(self): show a qt windows with a button try: logging.info(showWindows .)

Re: [python-win32] problem After compiling with py2exe on a com class

2012-07-16 Thread Mark Hammond
On 17/07/2012 8:37 AM, Matteo Boscolo wrote: Hi all, I got a com server that is crated inside a cad application. if i run the following code(That is a method of my com class): def showWindows(self): show a qt windows with a button try: