[pywin32-bugs] [ pywin32-Bugs-823401 ] active scripting engine doesnt seem to work
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2003-10-14 12:30:12
|
Bugs item #823401, was opened at 2003-10-14 15:30 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=823401&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Vassilis Ereliadis (erelv) Assigned to: Nobody/Anonymous (nobody) Summary: active scripting engine doesnt seem to work Initial Comment: It seems that active scripting doesnt work. This is a simple scenario: I install python 2.3.2 and win32all-157. I run the pyscript_rexec.py to register the scripting engine. Everything works fine so far. The problem is when i test the calc.htm example in \python23\lib\site-packages\win32comext\axscript\dem os\client\ie. It doesnt work. No error is reported but pressing any of the calculator's buttons does nothing. In python 2.1.2 and win32all-145, i ve seen that example working. A second scenario concerning ASP page: When i open the following asp page ------------------------------------------------------ <HTML> <SCRIPT Language="Python" RUNAT=Server> for i in range(3,8): Response.Write("<FONT SIZE=%d>Hello World!! <BR>" % i) </SCRIPT> </HTML> ------------------------------------------------------- for the first time, it works fine. If i refresh it or open it for a second time, i get the message: Python ActiveX Scripting Engine error 'ASP 0211' Object out of scope A built-in ASP object has been referenced, which is no longer valid (my pc works on windows 2000 pro SP4, IIS 5.0, IE 6 SP1) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=823401&group_id=78018 |