Re: [python-win32] Problem registering Python COM object

2009-08-18 Thread Gary Smith
uses the Python error to be elevated to VB's awareness -- that's where I now see details of a Python com server failure -- rather than in the Python trace collector? That's clever. Thank you for your suggestions. You've given me a co

[python-win32] Problem registering Python COM object

2009-08-13 Thread Gary Smith
Re: Problem registering Python COM object (suddenly) Hi, I've been volunteering for the Research Dept. of Selby Botanical Gardens here in Sarasota, FL. In support of my project I wrote a Python COM server to extend Python's regular expression capabilities to VB. (I'm aware of VB regular expres

[python-win32] (no subject)

2009-07-22 Thread Gary Smith
Hi All, I built a Python com server to solve regular expressions for use in a VBA application. Here's the code: import pythoncom import re import string class reObj: _public_methods_ = ["re"] _reg_progid_ = "Python.reObj" _reg_clsid_ = pythoncom.Crea