Re: [python-win32] Python and ASP - failure on 2nd and subsequent page loads

2011-02-22 Thread Barend Köbben
My mistake, I did not check... Thanks for the quick fix, Cheers, B. On 21-02-11 01:52, "Mark Hammond" wrote: >On 15/02/2011 9:47 PM, B Kobben wrote: >> Mark, in the beginning of this thread you said: >> >>> I will check that into cvs >>> so the next pywin32 version will have that fixed. >> >> Bu

Re: [python-win32] Python and ASP - failure on 2nd and subsequent page loads

2011-02-20 Thread Mark Hammond
On 15/02/2011 9:47 PM, B Kobben wrote: Mark, in the beginning of this thread you said: I will check that into cvs so the next pywin32 version will have that fixed. But after installing Python 2.7 the problem did return and your solution worked again, so it looks like still not solved in the c

Re: [python-win32] Python and ASP - failure on 2nd and subsequent page loads

2011-02-15 Thread B Kobben
Mark, in the beginning of this thread you said: > I will check that into cvs > so the next pywin32 version will have that fixed. But after installing Python 2.7 the problem did return and your solution worked again, so it looks like still not solved in the codebase...? yours, -- Barend Köbben

[python-win32] Python and ASP - failure on 2nd and subsequent page loads

2010-11-11 Thread Thomas Gleeson
While debugging something else, I broke my Python ASP web site (powered by Mark Hammond's PyWin) getting the dreaded 'failure on subsequent page loads'.  This URL lead me to investigate if debugging was enabled for the web site.   http://old.nabble.com/win32com-and-extended-error-messages:-IDL-wi

Re: [python-win32] Python and ASP - failure on 2nd and subsequent page loads

2009-10-19 Thread Matt Murphy Garmur
as a follow-up, i can now get it to work on my personal computer running windows xp using the normal installation steps. the server i'm trying to get it installed on is an old server running windows server 2003 and perhaps it just has a bunch of other conflicting things that are causing the problem

Re: [python-win32] Python and ASP - failure on 2nd and subsequent page loads

2009-10-19 Thread Matt Murphy Garmur
hi all. thanks for the reply, mark. no, i didn't install it in "\Program Files" -- it put itself in the default location, "\Python26" and i also went back to do a complete uninstall/reinstall. i ran a "python -O pyscript.py" to update the .pyc and .pyo files and then rebooted the web server. still

Re: [python-win32] Python and ASP - failure on 2nd and subsequent page loads

2009-10-16 Thread Mark Hammond
Sorry, but I don't have any insights here, other than to note: i verified that framework.py is the new one. something that seems odd to me is that the framework.pyc and framework.pyo files both have modification times from BEFORE when i changed framework.py, so my instinct is they didn't recompi

Re: [python-win32] Python and ASP - failure on 2nd and subsequent page loads

2009-10-16 Thread Matt Murphy Garmur
hi mark. thanks so much for looking into the matter. unfortunately, i'm the odd person out here because this fix hasn't solved my problem. i implemented the fix and restarted the server, to no avail. thinking i had screwed up my system with previous tries, i did this: - uninstalled python and pywi

Re: [python-win32] Python and ASP - failure on 2nd and subsequent page loads

2009-10-15 Thread Jon Southard
Mark, thank you so much for this fix. I appreciate it. I have verified it as well, in all the problem scenarios. Much appreciated! Thank you! Jon Southard ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo

Re: [python-win32] Python and ASP - failure on 2nd and subsequent page loads

2009-10-14 Thread Mark Hammond
On 6/10/2009 6:01 AM, Jon Southard wrote: I would be grateful for any advice about a problem which is preventing me from using Python for my current project. I am hoping to use Python 2.6 on the server side with Microsoft ASP [not ASP.NET; version details below]. The behavior I see is: 1. Load

[python-win32] Python and ASP - failure on 2nd and subsequent page loads

2009-10-05 Thread Jon Southard
I would be grateful for any advice about a problem which is preventing me from using Python for my current project. I am hoping to use Python 2.6 on the server side with Microsoft ASP [not ASP.NET; version details below]. The behavior I see is: 1. Load very simple page [text below] into browser