<?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"
	>
<channel>
	<title>Comments on: Interactive Python shell with Flex</title>
	<atom:link href="http://blog.pyamf.org/archives/interactive-python-shell-with-flex/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.pyamf.org/archives/interactive-python-shell-with-flex</link>
	<description>AMF for Python</description>
	<pubDate>Fri, 21 Nov 2008 19:43:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Running the PyAMF shell with Django 1.0 and appengine-patch at Aral Balkan</title>
		<link>http://blog.pyamf.org/archives/interactive-python-shell-with-flex#comment-6003</link>
		<dc:creator>Running the PyAMF shell with Django 1.0 and appengine-patch at Aral Balkan</dc:creator>
		<pubDate>Thu, 02 Oct 2008 14:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pyamf.org/?p=31#comment-6003</guid>
		<description>[...] started out by downloading the source for the shell app via a link on a post on the PyAMF blog. Unfortunately, the link was to the wrong version of the shell app (I've since informed the PyAMF [...]</description>
		<content:encoded><![CDATA[<p>[...] started out by downloading the source for the shell app via a link on a post on the PyAMF blog. Unfortunately, the link was to the wrong version of the shell app (I&#8217;ve since informed the PyAMF [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dictionary lookup removed for request object in Django 1.0 at Aral Balkan</title>
		<link>http://blog.pyamf.org/archives/interactive-python-shell-with-flex#comment-6002</link>
		<dc:creator>Dictionary lookup removed for request object in Django 1.0 at Aral Balkan</dc:creator>
		<pubDate>Wed, 01 Oct 2008 14:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pyamf.org/?p=31#comment-6002</guid>
		<description>[...] Django to app-engine-patch. The main reason? So I could have the sessions middleware and run the PyAMF Shell. (And, of course, it's good to be running Django 1.0 [...]</description>
		<content:encoded><![CDATA[<p>[...] Django to app-engine-patch. The main reason? So I could have the sessions middleware and run the PyAMF Shell. (And, of course, it&#8217;s good to be running Django 1.0 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel Lopes</title>
		<link>http://blog.pyamf.org/archives/interactive-python-shell-with-flex#comment-645</link>
		<dc:creator>Miguel Lopes</dc:creator>
		<pubDate>Fri, 06 Jun 2008 01:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pyamf.org/?p=31#comment-645</guid>
		<description>@ Thijs Triemstra: I'm using your Hello world example server by Nick Joyce that I got at http://pyamf.org/wiki/HelloWorld

The problem only happears when I hard code some strange characters in the return data from the Python server, for example "ê ã €".  On the other hand if I enter strange characters in Flex the round trip is sweet!</description>
		<content:encoded><![CDATA[<p>@ Thijs Triemstra: I&#8217;m using your Hello world example server by Nick Joyce that I got at <a href="http://pyamf.org/wiki/HelloWorld" rel="nofollow">http://pyamf.org/wiki/HelloWorld</a></p>
<p>The problem only happears when I hard code some strange characters in the return data from the Python server, for example &#8220;ê ã €&#8221;.  On the other hand if I enter strange characters in Flex the round trip is sweet!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thijs Triemstra</title>
		<link>http://blog.pyamf.org/archives/interactive-python-shell-with-flex#comment-565</link>
		<dc:creator>Thijs Triemstra</dc:creator>
		<pubDate>Tue, 27 May 2008 08:11:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pyamf.org/?p=31#comment-565</guid>
		<description>@ Miguel: UTF-8 is fully supported in PyAMF. We have a number of unit tests to cover this and there aren't any open issues. What version of PyAMF are you using? If you're using Django with PyAMF then you might hit &lt;a href='http://pyamf.org/ticket/283' rel="nofollow"&gt;this issue&lt;/a&gt; which was solved in the trunk and will be part of the next release. If you're seeing other issues, please register on pyamf.org and create a &lt;a href='http://pyamf.org/newticket' rel="nofollow"&gt;new ticket&lt;/a&gt; with any sample apps that can reproduce those issues.</description>
		<content:encoded><![CDATA[<p>@ Miguel: UTF-8 is fully supported in PyAMF. We have a number of unit tests to cover this and there aren&#8217;t any open issues. What version of PyAMF are you using? If you&#8217;re using Django with PyAMF then you might hit <a href='http://pyamf.org/ticket/283' rel="nofollow">this issue</a> which was solved in the trunk and will be part of the next release. If you&#8217;re seeing other issues, please register on pyamf.org and create a <a href='http://pyamf.org/newticket' rel="nofollow">new ticket</a> with any sample apps that can reproduce those issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel Lopes</title>
		<link>http://blog.pyamf.org/archives/interactive-python-shell-with-flex#comment-563</link>
		<dc:creator>Miguel Lopes</dc:creator>
		<pubDate>Mon, 26 May 2008 22:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pyamf.org/?p=31#comment-563</guid>
		<description>I've been experimenting with PyAMF and have problems with non ascii characters. 

Will you be addressing utf-8 anytime soon?

Not to be picky ;-) Because I think you are doing a tremendous job!
And I'd help with the utf had I the knowledge!

Txs,
Miguel</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been experimenting with PyAMF and have problems with non ascii characters. </p>
<p>Will you be addressing utf-8 anytime soon?</p>
<p>Not to be picky <img src='http://blog.pyamf.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> Because I think you are doing a tremendous job!<br />
And I&#8217;d help with the utf had I the knowledge!</p>
<p>Txs,<br />
Miguel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bert Heymans</title>
		<link>http://blog.pyamf.org/archives/interactive-python-shell-with-flex#comment-454</link>
		<dc:creator>Bert Heymans</dc:creator>
		<pubDate>Sun, 04 May 2008 12:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pyamf.org/?p=31#comment-454</guid>
		<description>Nice demo! Thanks for sharing your work :o)</description>
		<content:encoded><![CDATA[<p>Nice demo! Thanks for sharing your work :o)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thijs Triemstra</title>
		<link>http://blog.pyamf.org/archives/interactive-python-shell-with-flex#comment-452</link>
		<dc:creator>Thijs Triemstra</dc:creator>
		<pubDate>Sun, 04 May 2008 05:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pyamf.org/?p=31#comment-452</guid>
		<description>@Friendly Neighbourhood White Hat: we already &lt;a href='http://pyamf.org/wiki/ShellExample' title="Wiki page for this example" rel="nofollow"&gt;pointed out&lt;/a&gt; that you shouldn't run this demo in a production environment, unless it's something restrictive like Google App Engine. The secret key you mention can also be found in the &lt;a href='http://pyamf.org/browser/examples/trunk/google_appengine/settings.py' title="Settings file of this sample" rel="nofollow"&gt;source code&lt;/a&gt; and is no secret anymore anyway ;)</description>
		<content:encoded><![CDATA[<p>@Friendly Neighbourhood White Hat: we already <a href='http://pyamf.org/wiki/ShellExample' title="Wiki page for this example" rel="nofollow">pointed out</a> that you shouldn&#8217;t run this demo in a production environment, unless it&#8217;s something restrictive like Google App Engine. The secret key you mention can also be found in the <a href='http://pyamf.org/browser/examples/trunk/google_appengine/settings.py' title="Settings file of this sample" rel="nofollow">source code</a> and is no secret anymore anyway <img src='http://blog.pyamf.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Morgan</title>
		<link>http://blog.pyamf.org/archives/interactive-python-shell-with-flex#comment-434</link>
		<dc:creator>Brett Morgan</dc:creator>
		<pubDate>Sun, 04 May 2008 02:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pyamf.org/?p=31#comment-434</guid>
		<description>Nice. I think it handles better than the ajax version, not sure why. It'll be nice to be able to interact with a running app's server side from within the client.</description>
		<content:encoded><![CDATA[<p>Nice. I think it handles better than the ajax version, not sure why. It&#8217;ll be nice to be able to interact with a running app&#8217;s server side from within the client.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jody brewster</title>
		<link>http://blog.pyamf.org/archives/interactive-python-shell-with-flex#comment-433</link>
		<dc:creator>jody brewster</dc:creator>
		<pubDate>Sat, 03 May 2008 22:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pyamf.org/?p=31#comment-433</guid>
		<description>wow does that first commentor have a stick up his rear!! Anyway you all are doing a great job!!!! Keep up the good work! Love the demo</description>
		<content:encoded><![CDATA[<p>wow does that first commentor have a stick up his rear!! Anyway you all are doing a great job!!!! Keep up the good work! Love the demo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Friendly Neighbourhood White Hat</title>
		<link>http://blog.pyamf.org/archives/interactive-python-shell-with-flex#comment-432</link>
		<dc:creator>Friendly Neighbourhood White Hat</dc:creator>
		<pubDate>Sat, 03 May 2008 14:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pyamf.org/?p=31#comment-432</guid>
		<description>Uh, oh, schoolboy error ...

&#62;&#62;&#62; import sys
&#62;&#62;&#62; sys.stdout.write(open('settings.py').read())
...
SECRET_KEY = 'hv3c-_#z*tibii%0u@7^@be7c=-#!8$+td%$blvuzscgs4^ey%'
...</description>
		<content:encoded><![CDATA[<p>Uh, oh, schoolboy error &#8230;</p>
<p>&gt;&gt;&gt; import sys<br />
&gt;&gt;&gt; sys.stdout.write(open(&#8217;settings.py&#8217;).read())<br />
&#8230;<br />
SECRET_KEY = &#8216;hv3c-_#z*tibii%0u@7^@be7c=-#!8$+td%$blvuzscgs4^ey%&#8217;<br />
&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
