PB with Python ActiveX Scripting Engine registration (Python 2.2.3/2.3)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • GE

    PB with Python ActiveX Scripting Engine registration (Python 2.2.3/2.3)

    I execute the Python program win32com\axscri pt\client\pyscr ipt_rexec.py and
    the engine is successfully registered But the python engine isn't active in
    IE (tested with demo.htm, even after a reboot)
    I did not have probleme with Python 2.1 and win32all-151

    The path of win32com have changed ( now in python 2.2 we have the directory
    "site-packages" in more) is-it a way???

    Thanks for your help

    PS/ Same probleme with W2K and XP


  • Mark Hammond

    #2
    Re: PB with Python ActiveX Scripting Engine registration (Python2.2.3/2.3)

    GE wrote:
    [color=blue]
    > I execute the Python program win32com\axscri pt\client\pyscr ipt_rexec.py and
    > the engine is successfully registered But the python engine isn't active in
    > IE (tested with demo.htm, even after a reboot)
    > I did not have probleme with Python 2.1 and win32all-151
    >
    > The path of win32com have changed ( now in python 2.2 we have the directory
    > "site-packages" in more) is-it a way???
    >[/color]

    Try resistering with "--debug", then open the "Trace Collector Debugging
    Tool" from Pythonwin.

    Mark.

    Comment

    Working...