Yes, it should.
On Wed, Jan 20, 2010 at 08:57:10AM -0800, Jeremy Leonard wrote:
> Just out of curiosity, does the version number of mod_python
> correspond to the version of python that it supports?
> 
> Thanks,
> 
> Jeremy
> 
> On Jan 19, 9:49 pm, Daniel Eggleston <[email protected]> wrote:
> > That depends - if there's a mod_python shipped for v3.1, you will have to
> > integrate it into apache.  My target (esp. for testing) would be to treat
> > them as straight up cgi scripts (i.e. executables) and take care of
> > selecting the python version in the shebang line, i.e.
> > #!/usr/bin/env python
> > #!/usr/bin/env python3
> >
> > --
> >
> >           Daniel

> -- 
> You received this message because you are subscribed to the Linux Users Group.
> To post a message, send email to [email protected]
> To unsubscribe, send email to [email protected]
> For more options, visit our group at 
> http://groups.google.com/group/linuxusersgroup

-- 
You received this message because you are subscribed to the Linux Users Group.
To post a message, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit our group at 
http://groups.google.com/group/linuxusersgroup

Reply via email to