demo_check.htm 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <HTML>
  2. <H1>Engine Registration</H1>
  3. <BODY>
  4. <p>The Python ActiveX Scripting Engine is not currently registered.<p>
  5. <p>Due to a <a href="http://starship.python.net/crew/mhammond/win32/PrivacyProblem.html">privacy
  6. concern</a> discovered in the engine, the use of Python inside IE has been disabled.</p>
  7. Before any of the supplied demos will work, the engine must be successfully registered.
  8. <P>To install a version of the engine, that does work with IE, you can execute the Python program
  9. <CODE>win32com\axscript\client\pyscript_rexec.py</CODE> must be run. You can either do this manually, or follow the instructions below.</p>
  10. <H2>Register the engine now!</H2>
  11. <p>If you have read about the <a href="http://starship.python.net/crew/mhammond/win32/PrivacyProblem.html">privacy
  12. concern</a> and still wish to register the engine, just follow the process outlined below:</p>
  13. <OL>
  14. <LI>Click on the link below
  15. <LI><B>A dialog will be presented asking if the file should be opened or saved to disk. Select "Open it".</B>
  16. <LI>A Console program will briefly open, while the server is registered.
  17. </OL>
  18. <P><A HREF="..\..\..\client\pyscript_rexec.py">Register the engine now</A>
  19. <H2>Checking the registration</H2>
  20. After the registration is complete, simply hit the Reload button. If the
  21. registration was successful, the page will change to the Python/AvtiveX Demo Page.
  22. <SCRIPT LANGUAGE="Python">
  23. try:
  24. window.open("demo_intro.htm", "Body")
  25. except:
  26. history.back()
  27. </SCRIPT>
  28. </BODY></HTML>