fowlertrainer at anonym.hu
fowlertrainer at anonym.hu
Wed Jan 14 10:11:45 EST 2004
Hello ! I've been developed an site on windows. Py2.3/mod_python/KinterBasDB. It is working good. But if I want to port to Debian SID, it has been dropped internal server errors. The server log is like this: Processing config directory: /etc/apache/conf.d [Tue Jan 13 20:43:00 2004] [notice] Apache/1.3.29 (Debian GNU/Linux) configured -- resuming normal operations [Tue Jan 13 20:43:00 2004] [notice] Accept mutex: sysvsem (Default: sysvsem) [Wed Jan 14 06:25:33 2004] [notice] SIGUSR1 received. Doing graceful restart Processing config directory: /etc/apache/conf.d [Wed Jan 14 06:25:34 2004] [notice] Apache/1.3.29 (Debian GNU/Linux) mod_python/2.7.10 Python/2.3.2 configured -- resuming no [Wed Jan 14 06:25:34 2004] [notice] Accept mutex: sysvsem (Default: sysvsem) [Wed Jan 14 10:53:31 2004] [notice] caught SIGTERM, shutting down Processing config directory: /etc/apache/conf.d [Wed Jan 14 10:55:53 2004] [notice] Apache/1.3.29 (Debian GNU/Linux) mod_python/2.7.10 Python/2.3.2 configured -- resuming no [Wed Jan 14 10:55:53 2004] [notice] Accept mutex: sysvsem (Default: sysvsem) [Wed Jan 14 11:57:08 2004] [notice] caught SIGTERM, shutting down Processing config directory: /etc/apache/conf.d [Wed Jan 14 11:57:15 2004] [notice] Apache/1.3.29 (Debian GNU/Linux) mod_python/2.7.10 Python/2.3.2 configured -- resuming no [Wed Jan 14 11:57:15 2004] [notice] Accept mutex: sysvsem (Default: sysvsem) make_obcallback(): could not import mod_python.apache. make_obcallback(): could not call init. [Wed Jan 14 11:58:08 2004] [error] [client 192.168.1.202] python_handler: make_obcallback returned no obCallBack! make_obcallback(): could not import mod_python.apache. make_obcallback(): could not call init. [Wed Jan 14 11:58:11 2004] [error] [client 192.168.1.202] python_handler: make_obcallback returned no obCallBack! make_obcallback(): could not import mod_python.apache. make_obcallback(): could not call init. [Wed Jan 14 12:05:27 2004] [error] [client 192.168.1.202] python_handler: make_obcallback returned no obCallBack! make_obcallback(): could not import mod_python.apache. make_obcallback(): could not call init. [Wed Jan 14 12:05:28 2004] [error] [client 192.168.1.202] python_handler: make_obcallback returned no obCallBack! make_obcallback(): could not import mod_python.apache. make_obcallback(): could not call init. [Wed Jan 14 12:05:29 2004] [error] [client 192.168.1.202] python_handler: make_obcallback returned no obCallBack! make_obcallback(): could not import mod_python.apache. make_obcallback(): could not call init. [Wed Jan 14 12:05:29 2004] [error] [client 192.168.1.202] python_handler: make_obcallback returned no obCallBack! The main.py handler is like this: from mod_python import apache import os def handler(req): req.write("OS": os.name) return apache.OK Anybody have an idea to solution ? Thanx for every answer ! -- Best regards, fowlertrainer mailto:fowlertrainer at anonym.hu
|