Python and ASP oddity

maxm maxm at mxm.dk
Thu Nov 14 05:01:08 EST 2002


Dale Strickland-Clark wrote:

> There is no problem storing simple values in the Session object but
> the problem remains that we can't figure out how to store Python
> objects in there.


If you don't need to save complex objetcs, perhaps you are better of 
writing a com/python datatype conversion layer?

Both dicts and list should be pretty straightforward.

regards Max M




More information about the Python-list mailing list