Clark
foo.Clark at gmail.com
Sat Jun 11 13:24:27 EDT 2005
Maybe you'd better show your python script and mod_python configuration (or give a simple example) to help us understand your problem. On Sat, Jun 11, 2005 at 02:08:37PM -0300, Adriano Monteiro wrote: > Hi folks! > > I'm getting this error from time to time: > > Mod_python error: "PythonHandler mod_python.publisher" > > Traceback (most recent call last): > > File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line > 299, in HandlerDispatch > result = object(req) > > File "/usr/lib/python2.4/site-packages/mod_python/publisher.py", > line 98, in handler > path=[path]) > > File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line > 457, in import_module > module = imp.load_module(mname, f, p, d) > > File "/var/www/quiron/core/CadastrarUsuario.py", line 17, in ? > from mod_python import apache, psp > > ImportError: cannot import name psp > > I don't undesrtand why is this happening. I saw some threads that have > already talked about this problem, but I didn't find any solution! > I'm almost quiting. I'll have to change the language of my project > because of this problem if it persist.. > > []'s! > > -- > > Adriano Monteiro Marques > www.gopython.com.br > py.adriano at gmail.com > > I'm FREE... Are you? > (PYTHON powered) > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python
|