Gonzalo Sainz-Trápaga
gomo at datafull.com
Mon Jul 11 20:41:16 EDT 2005
Hi, I just realized mod_python 3.x is only available for Apache 2.0. Sadly, I realized it by reading: ImportError: No module named Session In my browser after having uploaded everything. So I have quite a problem here. I have to find a (sort of) drop-in replacement for 3.x sessions, and i have to do it *fast*. I checked the links in the FAQ, and the only one that looks like it could work is PSO. This said, PSO requires these options: PythonFixupHandler pso.modpython::fixup PythonLogHandler pso.modpython::cleanup in an Apache conf file. My problem is, I am on shared hosting and PSO is installed in my web directory, so the default python installation is not aware of it, and therefore Apache can't find it. I need either a) a way to get pso to work (is there any way to set these options from python? I have a globally imported file where I can add whatever is needed) b) a suggestion on a simple, straight-forward package to manage sessions (pretty much like what mod_python has!) Thanks in advance, -- Gonzalo Sainz-Trápaga (GomoX) GnuPG Fingerprint: A0AF 3BBF EB93 7EFE 6628 C5A5 F073 9442 6DE4 A497 Public Key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x6DE4A497 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20050711/278d582b/attachment.bin
|