David Bear
David.Bear at asu.edu
Wed Aug 30 00:08:11 EDT 2006
On Tue, Aug 29, 2006 at 08:46:22PM -0700, David Bear wrote: > I am using modpython 3.1.3 (suse packaged) and am attempting to follow > the example at > http://modpython.org/live/current/doc-html/pyapi-sess-example.html > > However, I get an error on code like this > > session['hits'] += 1 > > saying that the object does not support assignment. Rats. Does my > modpython not have a good session object? Sorry about this posting. Ignore it. I made a mistake when I creation my session object. > > -- > David Bear > phone: 602-496-0424 > fax: 602-496-0955 > College of Public Programs/ASU > University Center Rm 622 > 411 N Central > Phoenix, AZ 85007-0685 > "Beware the IP portfolio, everyone will be suspect of trespassing" > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python -- David Bear phone: 602-496-0424 fax: 602-496-0955 College of Public Programs/ASU University Center Rm 622 411 N Central Phoenix, AZ 85007-0685 "Beware the IP portfolio, everyone will be suspect of trespassing"
|