RES: [mod_python] ANNOUNCE: Mod_python 3.3.1

Graham Dumpleton grahamd at dscpl.com.au
Thu Feb 22 05:40:51 EST 2007


Because the only difference is the patch revision of Python this can generally
be ignored. What it probably means is that your 'python' and 'python-dev'
packages are out of sync. Ie., using 'python-2.4.4' and 'python-dev-2.4.3'.
The 'dev' package is used during compilation and it is finding 2.4.3 version
number at that point. This is compared at runtime with that which is embedded
into Python which comes from core Python package. Will generate these
warnings if they differ.

So, check your OS package versions and make sure they are for the same version
of Python.

Graham

Denstone, Alexandre J wrote ..
> 
> Grisha,
> 
> 	I'm trying to use the new version of mod_python but I have the
> following error:
> 
> [Wed Feb 21 16:47:35 2007] [error] python_init: Python version mismatch,
> expected '2.4.3', found '2.4.4'. 
> 
> 
> Alexandre J Denstone
> ajdenstone at itaubank.com.br 
> 
> -----Mensagem original-----
> De: mod_python-bounces at modpython.org
> [mailto:mod_python-bounces at modpython.org] Em nome de Gregory (Grisha)
> Trubetskoy
> Enviada em: quinta-feira, 15 de fevereiro de 2007 19:54
> Para: announce at httpd.apache.org; mod_python at modpython.org
> Cc: python-dev at httpd.apache.org
> Assunto: [mod_python] ANNOUNCE: Mod_python 3.3.1
> 
> 
> The Apache Software Foundation and The Apache HTTP Server Project are
> pleased to announce the 3.3.1 release of mod_python. Mod_python 3.3.1 is
> considered a stable release, suitable for production use.
> 
> Mod_python is an Apache HTTP Server module that embeds the Python
> language interpreter within the server. With mod_python you can write
> web-based applications in Python that will run many times faster than
> traditional CGI and will have access to advanced features such as
> ability to maintain objects between requests, access to httpd internals,
> content filters and connection handlers.
> 
> The 3.3.1 release has many new features, feature enhancements, fixed
> bugs and other improvements over the previous version. See Appendix A of
> mod_python documentation for more details.
> 
> Mod_python 3.3.1 is released under the new Apache License version 2.0.
> 
> Mod_python 3.3.1 is available for download from:
> 
> http://httpd.apache.org/modules/python-download.cgi
> 
> More infromation about mod_python is available at:
> 
> http://httpd.apache.org/modules/
> 
> Many thanks to everyone who contributed to and helped test this release,
> without your help it would not be possible!
> 
> Regards,
> 
> The Apache Mod_python team.
> _______________________________________________
> Mod_python mailing list
> Mod_python at modpython.org
> http://mailman.modpython.org/mailman/listinfo/mod_python
> 
> Esta mensagem, incluindo seus anexos, pode conter informacao confidencial
> e/ou privilegiada. Se voce recebeu este e-mail por engano, nao utilize,
> copie ou divulgue as informacoes nele contidas. E, por favor, avise imediatamente
> o remetente, respondendo ao e-mail, e em seguida apague-o. Este e-mail
> possui conteudo informativo e nao transacional. Caso necessite de atendimento
> imediato, recomendamos utilizar um dos canais disponiveis: Internet Banking,
> Atendimento por Telefone ou agencia/representante de atendimento de sua
> conveniencia. Agradecemos sua colaboracao.
> 
> 
> _______________________________________________
> Mod_python mailing list
> Mod_python at modpython.org
> http://mailman.modpython.org/mailman/listinfo/mod_python


More information about the Mod_python mailing list