Jeremy Kohansimeh
jkohans at gmail.com
Thu May 12 18:20:28 EDT 2005
Hello, I can't figure out why the psp module isn't found. Anyone run into a similar problem? Here is the error message I recieve. Thanks for any help. Mod_python: 3.1.4 Apache: 2.0.54 OS: RedHat 9.3 Mod_python error: "PythonHandler mod_python.publisher" Traceback (most recent call last): File "/usr/local/lib/python2.3/site-packages/mod_python/apache.py", line 299, in HandlerDispatch result = object(req) File "/usr/local/lib/python2.3/site-packages/mod_python/publisher.py", line 98, in handler path=[path]) File "/usr/local/lib/python2.3/site-packages/mod_python/apache.py", line 457, in import_module module = imp.load_module(mname, f, p, d) File "/home/jeremyk/public_html/modpy/requestRouter.py", line 3, in ? import segment File "/home/jeremyk/public_html/modpy/segment.py", line 1, in ? import handlers File "/home/jeremyk/public_html/modpy/handlers.py", line 5, in ? import segmenter, fileStorage, statRoutines, plotter, view File "/home/jeremyk/public_html/modpy/view.py", line 5, in ? import psp ImportError: No module named psp Regards, Jeremy Kohansimeh -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20050512/1c1a7a79/attachment.html
|