Python in ASP pages

Mac Martine mac at magusdesigns.com
Sun May 12 21:01:36 EDT 2002


I actually got it working, but the content of the page only appears on
the first load. If I reload it, the content goes away, and I get a white
page. I have a link that opens this window, and the same occurs with
that link (the content only appears the first time). It seems that if I
edit the page, and try the link again, or reload, the content appears
again. Very strange. Has anyone run into anything like this? Thanks -Mac

-----Original Message-----
From: python-list-admin at python.org [mailto:python-list-admin at python.org]
On Behalf Of Uwe Schmitt
Sent: Sunday, May 12, 2002 1:21 PM
To: python-list at python.org
Subject: Re: Python in ASP pages

Mac Martine <mac at magusdesigns.com> wrote:
| Hi-
|  
| - I am on Windows XP.
|  
| -I have Python2.2 installed (I think this is different from the
| ActiveState version...i'm new to this, so I'm unclear)
|  
afaik the activestate distribution is the only one which configures
the iis so that python is recognized...
| -So, I am trying to run Python code in my ASP pages. I managed to get
| .py files to run in my browser, but I can't get Python code to run in
my
| asp pages.
|  
| I'm trying:
| <%@ Language = Python %>

try <%@ Language=Python %> without the blanks above... maybe it helps..

greetings, uwe.

-- 
Dr. rer. nat. Uwe Schmitt      ICQ# 159647634
Uwe.Schmitt at num.uni-sb.de
Universitaet des Saarlandes                     Angewandte Mathematik
Building 36.1 Room 4.17         PO-Box 151150   D-66041 Saarbruecken
Mobile:0177/6806587    Fax:+49(0)681/302-4435
Office:+49(0)681/302-2468






More information about the Python-list mailing list