RE: replacing ASP/VBScript with Python

2005-02-15 Thread Robert Brewer
Peter Maas wrote: > Robert Brewer schrieb: > >>I'm now confident that it is doable and keen on finding > out. The usual > >>question: what is the one and best way to do it? ;) > > > > > > Python ASP (pywin32), but put as little code as possible into the > > ASP--make it just a stub to call the r

Re: replacing ASP/VBScript with Python

2005-02-15 Thread Peter Maas
Robert Brewer schrieb: I'm now confident that it is doable and keen on finding out. The usual question: what is the one and best way to do it? ;) Python ASP (pywin32), but put as little code as possible into the ASP--make it just a stub to call the real Python app. That app will be running persist

RE: replacing ASP/VBScript with Python

2005-02-15 Thread Robert Brewer
Peter Maas wrote: > I have inherited an extremely messy ASP/VBScript application which > is a pain for me to support. Now the customer is thinking about a > redesign. I'd like to rewrite the whole thing in Python but the app > has to meet some conditions like > > - IIS frontend > - MSSQL db server

Re: replacing ASP/VBScript with Python

2005-02-15 Thread D H
Peter Maas wrote: Peter Maas schrieb: I have inherited an extremely messy ASP/VBScript application which is a pain for me to support. Now the customer is thinking about a redesign. I'd like to rewrite the whole thing in Python but the app has to meet some conditions like - IIS frontend - MSSQL db s

RE: replacing ASP/VBScript with Python

2005-02-15 Thread Tim Golden
[Peter Maas] | | Peter Maas schrieb: | > I have inherited an extremely messy ASP/VBScript application which | > is a pain for me to support. Now the customer is thinking about a | > redesign. I'd like to rewrite the whole thing in Python but the app | > has to meet some conditions like | > | > -

Re: replacing ASP/VBScript with Python

2005-02-15 Thread Peter Maas
Peter Maas schrieb: I have inherited an extremely messy ASP/VBScript application which is a pain for me to support. Now the customer is thinking about a redesign. I'd like to rewrite the whole thing in Python but the app has to meet some conditions like - IIS frontend - MSSQL db server - Win32 auth

Re: replacing ASP/VBScript with Python

2005-02-15 Thread Peter Maas
Diez B. Roggisch schrieb: You did not really give much information of what your application does - e.g. for a CMS, I'd strongly recommend a zope based solution. Other apps might be better written in other frameworks. It's a procurement app. Users (employees) can search in a product list and generat

Re: replacing ASP/VBScript with Python

2005-02-15 Thread Diez B. Roggisch
> Just noticed that this posting doesn't contain any questions. Here > they are: > > Any comments? Has anybody done something comparable successfully and > give some advice? > > Thanks in advance. You did not really give much information of what your application does - e.g. for a CMS, I'd strong

Re: replacing ASP/VBScript with Python

2005-02-15 Thread Peter Maas
Peter Maas schrieb: I have inherited an extremely messy ASP/VBScript application which is a pain for me to support. Now the customer is thinking about a redesign. I'd like to rewrite the whole thing in Python but the app has to meet some conditions like [...] Just noticed that this posting doesn't