ActivePython and ASP

William Shields william.shields at iname.com
Mon May 14 21:23:24 EDT 2001


Paul Prescod wrote:
> 
> Could you try running this script on the machine with the problem:
> 
> win32comext\axscript\client\pyscript.py
> 

Paul,
 
Thank you for your help. I think you are right. When I attempted to run
this script I received the following message:

D:\Python21\win32comext\axscript\client>pyscript.pyc
d:\python21\lib\regsub.py:15: DeprecationWarning: the regsub module is
deprecate
d; please use re.sub()
  DeprecationWarning)

Traceback (most recent call last):
  File "d:\python21\win32comext\axscript\client\pyscript.py", line 412,
in ?
    Register()
  File "d:\python21\win32comext\axscript\client\pyscript.py", line 400,
in Register
    ret = win32com.server.register.UseCommandLine(PyScript)
  File "d:\python21\win32com\server\register.py", line 405, in
UseCommandLine
    apply(RegisterClasses, classes, flags)
  File "d:\python21\win32com\server\register.py", line 362, in
RegisterClasses
    addPyComCat, dispatcherSpec, clsctx, addnPath)
  File "d:\python21\win32com\server\register.py", line 229, in
RegisterServer
    regCat = _cat_registrar()
  File "d:\python21\win32com\server\register.py", line 85, in
_cat_registrar
    pythoncom.IID_ICatRegister
pywintypes.com_error: (-2147467262, 'No such interface supported', None,
None)



More information about the Python-list mailing list