[python-win32] problem creating a simple COM server

2007-11-13 Thread Kelie
Hello group, Following the example in Mark's book, I tried creating a simple COM server exposing two methods from the re module. But could not get it to work. Here is the code: class PythonModule_re: _public_methods_ = ['pyfindall', 'pysplit'] _reg_progid_ = PythonModule.re # NEVER

Re: [python-win32] problem creating a simple COM server

2007-11-13 Thread Larry Bates
Kelie wrote: Hello group, Following the example in Mark's book, I tried creating a simple COM server exposing two methods from the re module. But could not get it to work. Here is the code: class PythonModule_re: _public_methods_ = ['pyfindall', 'pysplit'] _reg_progid_ =