Re: [python-win32] Import issue in pyscript

2010-12-14 Thread Mark Hammond
On 13/12/2010 7:49 AM, Erik Oosterwaal wrote: The contents of the two simple files I used to test this is below. I get the following error: Python ActiveX Scripting Engine error '80020009' Traceback (most recent call last): File Script Block , line 6, in module from pythonwsc import

[python-win32] Import issue in pyscript

2010-12-13 Thread Erik Oosterwaal
Hi All, After struggling using Python in classic ASP for quite a while, I have settled on a method to implement Python inside an existing project. What I want to do is use an import() statement in a Python/PyScript code block in ASP to import a Python class, and in vbscript call some methods