[mod_python] import failure

David Siroky ml at dasir.net
Fri Aug 4 07:52:47 EDT 2006


David Bear píše v Čt 03. 08. 2006 v 10:53 -0700:
> does modpython support the syntax
> 
> import somemodulename as s
> 
> and then using 
> 
> s.somefunc()
> 
> 

mod_python is not a special derivative of standard Python, it is a
"stub" between Apache and regular Python interpreter. So what Python can
do you can do in mod_python as well.

David



More information about the Mod_python mailing list