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
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
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