[Python-bugs-list] PRIVATE: Python and ASP (PR#369)
redumas@eos.ncsu.edu
redumas@eos.ncsu.edu
Sat, 24 Jun 2000 14:35:17 -0400 (EDT)
Full_Name: Dumas
Version: Py1.5.2
OS: Windows 2000 Advanced Server
Submission from: (NULL) (208.41.247.187)
I am doing some scripting with Python and MS ASP3.0. My problem lies with using
the Session object as an lvalue. Using the Session object as an rvalue works
perfect.
Ex -
somestring = Session("info") #this works perfect
#however,
Session("info") = somestring #unknown error
Your help would be greatly appreciated!
Thanks,
Dumas