<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>/home/shakir &#187; pylons</title>
	<atom:link href="http://www.mohdshakir.net/tag/pylons/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mohdshakir.net</link>
	<description>My Piece Of The Web</description>
	<lastBuildDate>Fri, 16 Jul 2010 15:45:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>&#8220;DeprecationWarning: SessionMiddleware is moving to beaker.middleware in 0.8&#8243; error in (K)Ubuntu</title>
		<link>http://www.mohdshakir.net/2007/11/14/deprecationwarning-sessionmiddleware-is-moving-to-beakermiddleware-in-08-error-in-kubuntu</link>
		<comments>http://www.mohdshakir.net/2007/11/14/deprecationwarning-sessionmiddleware-is-moving-to-beakermiddleware-in-08-error-in-kubuntu#comments</comments>
		<pubDate>Wed, 14 Nov 2007 08:55:24 +0000</pubDate>
		<dc:creator>shakir</dc:creator>
				<category><![CDATA[Information Insemination]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[pylons]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.mohdshakir.net/2007/11/14/deprecationwarning-sessionmiddleware-is-moving-to-beakermiddleware-in-08-error-in-kubuntu</guid>
		<description><![CDATA[I&#8217;ve been getting this error when running paster for my Pylons project: shakir@herugrim ~/Misc/workspace $ paster serve –reload development.ini Starting subprocess with file monitor /var/lib/python-support/python2.5/pylons/wsgiapp.py:249: DeprecationWarning: SessionMiddleware is moving to beaker.middleware in 0.8 app = SessionMiddleware(app, config.global_conf, **config.app_conf) /var/lib/python-support/python2.5/pylons/wsgiapp.py:254: DeprecationWarning: CacheMiddleware is moving to beaker.middleware in 0.8 app = CacheMiddleware(app, config.global_conf, **config.app_conf) Starting server in [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been getting this error when running paster for my Pylons project:</p>
<pre><font size="3" color="#808080">
shakir@herugrim ~/Misc/workspace $ paster serve –reload development.ini
Starting subprocess with file monitor
/var/lib/python-support/python2.5/pylons/wsgiapp.py:249: DeprecationWarning: SessionMiddleware is moving to beaker.middleware in 0.8
  app = SessionMiddleware(app, config.global_conf, **config.app_conf)
/var/lib/python-support/python2.5/pylons/wsgiapp.py:254: DeprecationWarning: CacheMiddleware is moving to beaker.middleware in 0.8
  app = CacheMiddleware(app, config.global_conf, **config.app_conf)
Starting server in PID 8550.
serving on 0.0.0.0:5000 view at http://127.0.0.1:5000
</font></pre>
<p>On my quest to solving it, I uninstall Pylons (its whole bunch of dependencies);</p>
<pre><font size="3" color="#808080">sudo apt-get remove python-pylons</font></pre>
<p>and install it back again, but this time using easy_install;</p>
<pre><font size="3" color="#808080">sudo easy_install Pylons</font></pre>
<p>Yeay, I&#8217;m now good to proceed. Happy coding to me <img src='http://www.mohdshakir.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.mohdshakir.net/2007/11/14/deprecationwarning-sessionmiddleware-is-moving-to-beakermiddleware-in-08-error-in-kubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
