Tom Emerson
tree at basistech.com
Tue Jul 17 15:54:07 EST 2001
I'm repeatedly getting an error using mod_python 2.7.5, Python 2.0 with exceptions patch, Apache 1.3.19, on FreeBSD 4.2: ue Jul 17 16:29:46 2001] [error] PythonHandler mod_python.publisher: Traceback (most recent call last): [Tue Jul 17 16:29:46 2001] [error] PythonHandler mod_python.publisher: File "/usr/local/lib/python2.0/site-packages/mod_python/apache.py", line 193, in Dispatch result = object(req) [Tue Jul 17 16:29:46 2001] [error] PythonHandler mod_python.publisher: File "/usr/local/lib/python2.0/site-packages/mod_python/publisher.py", line 128, in handler module = apache.import_module(module_name, _req, [path]) [Tue Jul 17 16:29:46 2001] [error] PythonHandler mod_python.publisher: File "/usr/local/lib/python2.0/site-packages/mod_python/apache.py", line 364, in import_module module = reload(module) [Tue Jul 17 16:29:46 2001] [error] PythonHandler mod_python.publisher: ImportError: No module named add I have to shutdown the server and start it back up to make this go away, at which point things are fine for a while, then it comes back. Suffice it to say this is annoying. Before I start digging, has anyone else seen this? I never saw this in 2.7.1 (the previous version I had installed). TIA, -tree -- Tom Emerson Basis Technology Corp. Sr. Sinostringologist http://www.basistech.com "Beware the lollipop of mediocrity: lick it once and you suck forever"
|