<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: mod_python + Python 2.6 en CentOS</title>
	<atom:link href="http://www.tail-f.com.ar/servicios/httpd/apache-httpd-servicios/mod_python-python-26-en-centos.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tail-f.com.ar/servicios/httpd/apache-httpd-servicios/mod_python-python-26-en-centos.html</link>
	<description>Noticias y recursos para sysadmins Unix</description>
	<lastBuildDate>Mon, 06 Sep 2010 08:53:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: elbarto</title>
		<link>http://www.tail-f.com.ar/servicios/httpd/apache-httpd-servicios/mod_python-python-26-en-centos.html/comment-page-1#comment-386</link>
		<dc:creator>elbarto</dc:creator>
		<pubDate>Wed, 10 Mar 2010 22:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.tail-f.com.ar/?p=258#comment-386</guid>
		<description>Gracias por el dato, ahí lo edité.</description>
		<content:encoded><![CDATA[<p>Gracias por el dato, ahí lo edité.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Orcen</title>
		<link>http://www.tail-f.com.ar/servicios/httpd/apache-httpd-servicios/mod_python-python-26-en-centos.html/comment-page-1#comment-385</link>
		<dc:creator>Orcen</dc:creator>
		<pubDate>Wed, 10 Mar 2010 22:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.tail-f.com.ar/?p=258#comment-385</guid>
		<description>Muy buen tutorial, me vino de maravilla. Como pequeña crítica constructiva, he tenido grandes problemas al querer compilar tanto mod_python como mod_wsgi, por algunos problemas con apxs. Lo solucioné luego de reinstalar python con --enable-shared, como bien dijiste en un comment, quizá podría resultar útil incluirlo en el tutorial?

Saludos!</description>
		<content:encoded><![CDATA[<p>Muy buen tutorial, me vino de maravilla. Como pequeña crítica constructiva, he tenido grandes problemas al querer compilar tanto mod_python como mod_wsgi, por algunos problemas con apxs. Lo solucioné luego de reinstalar python con &#8211;enable-shared, como bien dijiste en un comment, quizá podría resultar útil incluirlo en el tutorial?</p>
<p>Saludos!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elbarto</title>
		<link>http://www.tail-f.com.ar/servicios/httpd/apache-httpd-servicios/mod_python-python-26-en-centos.html/comment-page-1#comment-323</link>
		<dc:creator>elbarto</dc:creator>
		<pubDate>Tue, 02 Mar 2010 14:50:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.tail-f.com.ar/?p=258#comment-323</guid>
		<description>Claro, ese error te lo da porque intentaste recompilar mod_python y se pinchó la compilación. Probaste ejecutar el binario de Python2.6 a ver si funciona bien?
Otra alternativa es instalar mod_wsgi que funciona mejor:
http://www.tail-f.com.ar/2010/02/14/servicios/httpd/apache-httpd-servicios/mod_wsgi-python-2-6-en-centos.html</description>
		<content:encoded><![CDATA[<p>Claro, ese error te lo da porque intentaste recompilar mod_python y se pinchó la compilación. Probaste ejecutar el binario de Python2.6 a ver si funciona bien?<br />
Otra alternativa es instalar mod_wsgi que funciona mejor:<br />
<a href="http://www.tail-f.com.ar/2010/02/14/servicios/httpd/apache-httpd-servicios/mod_wsgi-python-2-6-en-centos.html" rel="nofollow">http://www.tail-f.com.ar/2010/02/14/servicios/httpd/apache-httpd-servicios/mod_wsgi-python-2-6-en-centos.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javier Roa</title>
		<link>http://www.tail-f.com.ar/servicios/httpd/apache-httpd-servicios/mod_python-python-26-en-centos.html/comment-page-1#comment-322</link>
		<dc:creator>Javier Roa</dc:creator>
		<pubDate>Tue, 02 Mar 2010 14:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tail-f.com.ar/?p=258#comment-322</guid>
		<description>Puse tal cual indica en la seccion recompilar mod_python pero no pasa nada, es mas ahora al intentar resturar el apache me da el siguiente error: 
Iniciando httpd: httpd: Syntax error on line 203 of /etc/httpd/conf/httpd.conf: Cannot load /usr/lib/httpd/modules/mod_python.so into server: /usr/lib/httpd/modules/mod_python.so: cannot restore segment prot after reloc: Permission denied
es decir estoy pero que al pincipio.
Este es el error que da al llamar la pagina:
Mod_python error: &quot;PythonHandler django.core.handlers.modpython&quot;

Traceback (most recent call last):

  File &quot;/usr/lib/python2.4/site-packages/mod_python/apache.py&quot;, line 287, in HandlerDispatch
    log=debug)

  File &quot;/usr/lib/python2.4/site-packages/mod_python/apache.py&quot;, line 461, in import_module
    f, p, d = imp.find_module(parts[i], path)

ImportError: No module named django

Pasa que mi modulo esta en python2.6/site-packages
Gracias por la rapida respuesta
Javier</description>
		<content:encoded><![CDATA[<p>Puse tal cual indica en la seccion recompilar mod_python pero no pasa nada, es mas ahora al intentar resturar el apache me da el siguiente error:<br />
Iniciando httpd: httpd: Syntax error on line 203 of /etc/httpd/conf/httpd.conf: Cannot load /usr/lib/httpd/modules/mod_python.so into server: /usr/lib/httpd/modules/mod_python.so: cannot restore segment prot after reloc: Permission denied<br />
es decir estoy pero que al pincipio.<br />
Este es el error que da al llamar la pagina:<br />
Mod_python error: &#8220;PythonHandler django.core.handlers.modpython&#8221;</p>
<p>Traceback (most recent call last):</p>
<p>  File &#8220;/usr/lib/python2.4/site-packages/mod_python/apache.py&#8221;, line 287, in HandlerDispatch<br />
    log=debug)</p>
<p>  File &#8220;/usr/lib/python2.4/site-packages/mod_python/apache.py&#8221;, line 461, in import_module<br />
    f, p, d = imp.find_module(parts[i], path)</p>
<p>ImportError: No module named django</p>
<p>Pasa que mi modulo esta en python2.6/site-packages<br />
Gracias por la rapida respuesta<br />
Javier</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elbarto</title>
		<link>http://www.tail-f.com.ar/servicios/httpd/apache-httpd-servicios/mod_python-python-26-en-centos.html/comment-page-1#comment-321</link>
		<dc:creator>elbarto</dc:creator>
		<pubDate>Tue, 02 Mar 2010 14:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.tail-f.com.ar/?p=258#comment-321</guid>
		<description>No tengo mucha idea de por qué te puede estar dando error en el make. Pusiste el configure con la ruta al binario de Python2.6? Ese binario funciona bien? Si lo ejecutás te abre la consola de Python sin problemas?</description>
		<content:encoded><![CDATA[<p>No tengo mucha idea de por qué te puede estar dando error en el make. Pusiste el configure con la ruta al binario de Python2.6? Ese binario funciona bien? Si lo ejecutás te abre la consola de Python sin problemas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javier Roa</title>
		<link>http://www.tail-f.com.ar/servicios/httpd/apache-httpd-servicios/mod_python-python-26-en-centos.html/comment-page-1#comment-320</link>
		<dc:creator>Javier Roa</dc:creator>
		<pubDate>Tue, 02 Mar 2010 14:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.tail-f.com.ar/?p=258#comment-320</guid>
		<description>Hola Segui los pasos de instalacion de Python 2.6 y MOD Python, al hacer make
me da el siguinte eror:
  File &quot;&quot;, line 1, in 
AttributeError: &#039;module&#039; object has no attribute &#039;lib&#039;
make[1]: *** [build] Error 1
make[1]: se sale del directorio `/usr/src/mod_python-3.3.1/dist&#039;
make: *** [do_dso] Error 2
Que podria ser???

Por otro lado ya puse le od_python corriendo en mi apache, pero me toma el 2.4 en vez del 2.6 entonces no encuentra los modulos que necesito(especificamente estoy corriendo DJANGO)
Gracias por la ayuda</description>
		<content:encoded><![CDATA[<p>Hola Segui los pasos de instalacion de Python 2.6 y MOD Python, al hacer make<br />
me da el siguinte eror:<br />
  File &#8220;&#8221;, line 1, in<br />
AttributeError: &#8216;module&#8217; object has no attribute &#8216;lib&#8217;<br />
make[1]: *** [build] Error 1<br />
make[1]: se sale del directorio `/usr/src/mod_python-3.3.1/dist&#8217;<br />
make: *** [do_dso] Error 2<br />
Que podria ser???</p>
<p>Por otro lado ya puse le od_python corriendo en mi apache, pero me toma el 2.4 en vez del 2.6 entonces no encuentra los modulos que necesito(especificamente estoy corriendo DJANGO)<br />
Gracias por la ayuda</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mod_python + Python 2.6 en CentOS</title>
		<link>http://www.tail-f.com.ar/servicios/httpd/apache-httpd-servicios/mod_python-python-26-en-centos.html/comment-page-1#comment-311</link>
		<dc:creator>mod_python + Python 2.6 en CentOS</dc:creator>
		<pubDate>Wed, 17 Feb 2010 14:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.tail-f.com.ar/?p=258#comment-311</guid>
		<description>[...] mod_python + Python 2.6 en CentOS www.tail-f.com.ar/2009/03/14/servicios/httpd/apache-httpd-se...&#160; por pablofmorales hace 11 segundos [...]</description>
		<content:encoded><![CDATA[<p>[...] mod_python + Python 2.6 en CentOS <a href="http://www.tail-f.com.ar/2009/03/14/servicios/httpd/apache-httpd-se...&#038;nbsp" rel="nofollow">http://www.tail-f.com.ar/2009/03/14/servicios/httpd/apache-httpd-se&#8230;&#038;nbsp</a>; por pablofmorales hace 11 segundos [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mod_wsgi + Python 2.6 en CentOS &#124; tail -f &#124; sysadmin</title>
		<link>http://www.tail-f.com.ar/servicios/httpd/apache-httpd-servicios/mod_python-python-26-en-centos.html/comment-page-1#comment-307</link>
		<dc:creator>mod_wsgi + Python 2.6 en CentOS &#124; tail -f &#124; sysadmin</dc:creator>
		<pubDate>Mon, 15 Feb 2010 05:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.tail-f.com.ar/?p=258#comment-307</guid>
		<description>[...] algún tiempo publiqué un artículo donde explicaba cómo instalar mod_python con Python 2.6 en CentOS, por el problemita que tiene yum que no funciona con la última versión de Python. Pues bien, [...]</description>
		<content:encoded><![CDATA[<p>[...] algún tiempo publiqué un artículo donde explicaba cómo instalar mod_python con Python 2.6 en CentOS, por el problemita que tiene yum que no funciona con la última versión de Python. Pues bien, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elbarto</title>
		<link>http://www.tail-f.com.ar/servicios/httpd/apache-httpd-servicios/mod_python-python-26-en-centos.html/comment-page-1#comment-139</link>
		<dc:creator>elbarto</dc:creator>
		<pubDate>Fri, 17 Apr 2009 13:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.tail-f.com.ar/?p=258#comment-139</guid>
		<description>Por nada, gracias por tus comentarios.</description>
		<content:encoded><![CDATA[<p>Por nada, gracias por tus comentarios.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alejandro</title>
		<link>http://www.tail-f.com.ar/servicios/httpd/apache-httpd-servicios/mod_python-python-26-en-centos.html/comment-page-1#comment-138</link>
		<dc:creator>Alejandro</dc:creator>
		<pubDate>Fri, 17 Apr 2009 13:38:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.tail-f.com.ar/?p=258#comment-138</guid>
		<description>AHHHH bueno excelente noticia!!! muchísimas gracias por toda tu ayuda!!! Pura vida!!</description>
		<content:encoded><![CDATA[<p>AHHHH bueno excelente noticia!!! muchísimas gracias por toda tu ayuda!!! Pura vida!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
