Re: [python-win32] Python in classic ASP

2010-12-07 Thread Erik Oosterwaal
Hi Everybody, In reply to my own mail, because others might run into the same problem; I received some help from Mark Hammond regarding the use of Python in WSC's. Here's the deal: 1. It is possible to use a Python WSC from vbscript ASP, as long as your returnvalues are simple types (strings,

[python-win32] Python in classic ASP

2010-07-21 Thread Erik Oosterwaal
Hi All , I'm developing webapplications in classic ASP, currently in VBscript , and making extensive use of WSCs to separate code from GUI. Because we want to transfer over to Python, we are currently trying to implement parts of our main project into python, to get familiar with the