[albatross-users] Use with mod_python 3 / apache2?

Gregory Bond gnb at itga.com.au
Fri Dec 20 12:24:12 EST 2002


I wrote:

> 	from mod_python import utils
> which fails, because mod_python.utils does
> 	import _apache
> which fails,

This is apparently normal.  It is not possible to import mod_python (and hence
albatross programs that use albatross.apacheapp) from the command line or
indeed any context outside an apache mod_python invocation, as the _apache
module is provided by the mod_python code inside apache.

I'm now up and running.

Thanks everyone for the comments.





More information about the Albatross-users mailing list