Re: COM Server & wxPython

2006-04-03 Thread Philippe Martin
Hi, I do not know what your constraints are ... but, having been through the same thought process (because there is not VB6 _free_ calendar) ... I feel that getting to that stage _might_ justify rewriting the application in Python/wxPython (and potentially gain cross-platform compatibility in the

Re: COM Server & wxPython

2006-04-03 Thread Dave Mandelin
nelson wrote: > Hi all, > i'm doing a COM server that have to expose some graphics (panels and > configuration controls), that would be embedded in an application through > OLE. I was wondering if I can do this using wxPython. Another question is > if my COM server would inherits from one of the w

COM Server & wxPython

2006-04-01 Thread nelson
Hi all, i'm doing a COM server that have to expose some graphics (panels and configuration controls), that would be embedded in an application through OLE. I was wondering if I can do this using wxPython. Another question is if my COM server would inherits from one of the wxPython class. If it's t