Your message dated Mon, 31 Jul 2006 23:37:06 +0200
with message-id <[EMAIL PROTECTED]>
and subject line ImportError on mod_python.apache
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: libapache2-mod-python2.3
Version: 3.1.3-3
Severity: important
Uh, this should really not be (sarge system):
Python 2.3.5 (#2, Sep 4 2005, 22:01:42)
[GCC 3.3.5 (Debian 1:3.3.5-13)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from mod_python import apache
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/lib/python2.3/site-packages/mod_python/apache.py", line 28, in ?
import _apache
ImportError: No module named _apache
I hope I am not going down the wrong track here, but if there's no _apache
(which there isn't), libapache2-mod-python2.3 should not try to import it.
--
Please do not send copies of list mail to me; I read the list!
.''`. martin f. krafft <[EMAIL PROTECTED]>
: :' : proud Debian developer and author: http://debiansystem.info
`. `'`
`- Debian - when you have better things to do than fixing a system
signature.asc
Description: Digital signature (GPG/PGP)
--- End Message ---
--- Begin Message ---
Hi Martin,
On Sat, Jun 03, 2006 at 01:30:35AM +0200, martin f krafft wrote:
> ImportError: No module named _apache
>
> I hope I am not going down the wrong track here, but if there's no _apache
> (which there isn't), libapache2-mod-python2.3 should not try to import it.
_apache is provided by /usr/lib/apache2/modules/mod_python.so which is
dynamically loaded by Apache 2. You can't use mod_python.apache "outside" of
Apache.
--
Jérémie Corbier
signature.asc
Description: Digital signature
--- End Message ---