<?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>Comentarios para Deep Dream</title>
	<atom:link href="http://blog.oscarcp.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.oscarcp.com</link>
	<description>Diseñado en el cielo, escrito en la tierra.</description>
	<lastBuildDate>Thu, 20 Dec 2012 09:57:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comentario en Change languages on-the-fly with django por Martin20450</title>
		<link>http://blog.oscarcp.com/?p=163#comment-3233</link>
		<dc:creator>Martin20450</dc:creator>
		<pubDate>Thu, 20 Dec 2012 09:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oscarcp.com/?p=163#comment-3233</guid>
		<description><![CDATA[&lt;pre lang=&quot;html&quot;&gt;
{% csrf_token %}
   
  
    {% for lang in LANGUAGES %}
    
        
    
  


The use CSS to make the submit buttons behave like links.
&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[
<div class="wp_syntax"><table><tr><td class="code"><pre class="html" style="font-family:monospace;">{% csrf_token %}
&nbsp;
&nbsp;
    {% for lang in LANGUAGES %}
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
The use CSS to make the submit buttons behave like links.</pre></td></tr></table></div>

]]></content:encoded>
	</item>
	<item>
		<title>Comentario en Change languages on-the-fly with django por Martin20450</title>
		<link>http://blog.oscarcp.com/?p=163#comment-3232</link>
		<dc:creator>Martin20450</dc:creator>
		<pubDate>Thu, 20 Dec 2012 09:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oscarcp.com/?p=163#comment-3232</guid>
		<description><![CDATA[&lt;pre lang=&quot;html&quot;&gt;
{% csrf_token %}
   
  
    {% for lang in LANGUAGES %}
    
        
    
  


The use CSS to make the submit buttons behave like links]]></description>
		<content:encoded><![CDATA[<pre lang="html">
{% csrf_token %}
   
  
    {% for lang in LANGUAGES %}
    
        
    
  


The use CSS to make the submit buttons behave like links</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Comentario en Trac 0.12.3 on DreamHost with AccountManager por bob</title>
		<link>http://blog.oscarcp.com/?p=235#comment-2582</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Thu, 05 Jul 2012 15:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oscarcp.com/?p=235#comment-2582</guid>
		<description><![CDATA[after installation, i got &quot;Unsupported version control system &quot;svn&quot;: No module named svn&quot;]]></description>
		<content:encoded><![CDATA[<p>after installation, i got &#8220;Unsupported version control system &#8220;svn&#8221;: No module named svn&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentario en Trac 0.12.3 on DreamHost with AccountManager por bob</title>
		<link>http://blog.oscarcp.com/?p=235#comment-2581</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Thu, 05 Jul 2012 14:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oscarcp.com/?p=235#comment-2581</guid>
		<description><![CDATA[bash: pip: command not found]]></description>
		<content:encoded><![CDATA[<p>bash: pip: command not found</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentario en Installing django 1.3 on DreamHost por David Mann</title>
		<link>http://blog.oscarcp.com/?p=167#comment-2420</link>
		<dc:creator>David Mann</dc:creator>
		<pubDate>Fri, 06 Apr 2012 15:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oscarcp.com/?p=167#comment-2420</guid>
		<description><![CDATA[Actually I got the same errors as Isaac when I tried to access the web interface. You must add the path to your app in passenger_wsgi.py 

This SO post helped immensely:
http://stackoverflow.com/questions/7178240/deploying-django-app-using-passenger]]></description>
		<content:encoded><![CDATA[<p>Actually I got the same errors as Isaac when I tried to access the web interface. You must add the path to your app in passenger_wsgi.py </p>
<p>This SO post helped immensely:<br />
<a href="http://stackoverflow.com/questions/7178240/deploying-django-app-using-passenger" rel="nofollow">http://stackoverflow.com/questions/7178240/deploying-django-app-using-passenger</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentario en Trac 0.12.3 on DreamHost with AccountManager por Eric Raue</title>
		<link>http://blog.oscarcp.com/?p=235#comment-2416</link>
		<dc:creator>Eric Raue</dc:creator>
		<pubDate>Thu, 05 Apr 2012 01:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oscarcp.com/?p=235#comment-2416</guid>
		<description><![CDATA[Thank you for the excellent instructions! When I used pip to install Trac it was installed to site-packages instead of site-packages/Trac-0.12.3-py2.7.egg folder. Here&#039;s what I had to change it to.

&lt;pre lang=&quot;python&quot; line=&quot;1&quot;&gt;sys.path.insert(0, &#039;/home/YOUR_USER/YOUR_VIRTUALENV/lib/python2.7/site-packages&#039;)&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>Thank you for the excellent instructions! When I used pip to install Trac it was installed to site-packages instead of site-packages/Trac-0.12.3-py2.7.egg folder. Here&#8217;s what I had to change it to.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="python" style="font-family:monospace;"><span style="color: #dc143c;">sys</span>.<span style="color: black;">path</span>.<span style="color: black;">insert</span><span style="color: black;">&#40;</span><span style="color: #ff4500;">0</span><span style="color: #66cc66;">,</span> <span style="color: #483d8b;">'/home/YOUR_USER/YOUR_VIRTUALENV/lib/python2.7/site-packages'</span><span style="color: black;">&#41;</span></pre></td></tr></table></div>

]]></content:encoded>
	</item>
	<item>
		<title>Comentario en Installing django 1.3 on DreamHost por David Mann</title>
		<link>http://blog.oscarcp.com/?p=167#comment-2398</link>
		<dc:creator>David Mann</dc:creator>
		<pubDate>Mon, 26 Mar 2012 13:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oscarcp.com/?p=167#comment-2398</guid>
		<description><![CDATA[I used these instructions to install Django 1.4 w/ Python 2.6 virtual environment on dreamhost. They seem to be working so far. Thank you.]]></description>
		<content:encoded><![CDATA[<p>I used these instructions to install Django 1.4 w/ Python 2.6 virtual environment on dreamhost. They seem to be working so far. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentario en Installing django 1.3 on DreamHost por Isaac</title>
		<link>http://blog.oscarcp.com/?p=167#comment-2376</link>
		<dc:creator>Isaac</dc:creator>
		<pubDate>Thu, 15 Mar 2012 17:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oscarcp.com/?p=167#comment-2376</guid>
		<description><![CDATA[FIXED:

Maybe you could mention that you also need to insert your app-paths? Thanks for the incredibly helpful post though :)]]></description>
		<content:encoded><![CDATA[<p>FIXED:</p>
<p>Maybe you could mention that you also need to insert your app-paths? Thanks for the incredibly helpful post though :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentario en Installing django 1.3 on DreamHost por Isaac</title>
		<link>http://blog.oscarcp.com/?p=167#comment-2375</link>
		<dc:creator>Isaac</dc:creator>
		<pubDate>Thu, 15 Mar 2012 17:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oscarcp.com/?p=167#comment-2375</guid>
		<description><![CDATA[This is wonderful, and works perfectly for me in the shell, but I when I implement step 4 to switch Passenger over to 1.3.1 I get the Apache error:
[]  [error] [client ]  Premature end of script headers: 
[]  [error] [client ]  Premature end of script headers: internal_error.html

I&#039;ve corrected the version number (I&#039;m on 1.3.1 not 1.3) passenger_wdgi.py too.]]></description>
		<content:encoded><![CDATA[<p>This is wonderful, and works perfectly for me in the shell, but I when I implement step 4 to switch Passenger over to 1.3.1 I get the Apache error:<br />
[]  [error] [client ]  Premature end of script headers:<br />
[]  [error] [client ]  Premature end of script headers: internal_error.html</p>
<p>I&#8217;ve corrected the version number (I&#8217;m on 1.3.1 not 1.3) passenger_wdgi.py too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentario en Matplotlib and PyGTK, live plotting por anonymous</title>
		<link>http://blog.oscarcp.com/?p=39#comment-2329</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Sun, 26 Feb 2012 12:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oscarcp.com/?p=39#comment-2329</guid>
		<description><![CDATA[Your code drastically improves when counter is made to return True instead of going enless loop. Anyway, thank you!]]></description>
		<content:encoded><![CDATA[<p>Your code drastically improves when counter is made to return True instead of going enless loop. Anyway, thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
