<?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: 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>
	<lastBuildDate>Mon, 12 Oct 2009 04:50:03 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Thijs</title>
		<link>http://blog.pyamf.org/archives/interactive-python-shell-with-flex/comment-page-1#comment-6012</link>
		<dc:creator>Thijs</dc:creator>
		<pubDate>Mon, 02 Mar 2009 11:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pyamf.org/?p=31#comment-6012</guid>
		<description>@Basarat: that&#039;s great stuff, thanks for sharing that!

I added a link to your screencast on http://pyamf.org/wiki/InTheNews and your google code project on http://pyamf.org/wiki/SuccessStories

Cheers!</description>
		<content:encoded><![CDATA[<p>@Basarat: that&#8217;s great stuff, thanks for sharing that!</p>
<p>I added a link to your screencast on <a href="http://pyamf.org/wiki/InTheNews" rel="nofollow">http://pyamf.org/wiki/InTheNews</a> and your google code project on <a href="http://pyamf.org/wiki/SuccessStories" rel="nofollow">http://pyamf.org/wiki/SuccessStories</a></p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Basarat Ali Syed</title>
		<link>http://blog.pyamf.org/archives/interactive-python-shell-with-flex/comment-page-1#comment-6010</link>
		<dc:creator>Basarat Ali Syed</dc:creator>
		<pubDate>Sun, 01 Mar 2009 17:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pyamf.org/?p=31#comment-6010</guid>
		<description>Based on this example created an automatic code generator for python -&gt; actionscript for a stateful web service.

Check it out: 
http://www.vimeo.com/3419002
http://code.google.com/p/pyamfcodegen
:)</description>
		<content:encoded><![CDATA[<p>Based on this example created an automatic code generator for python -&gt; actionscript for a stateful web service.</p>
<p>Check it out:<br />
<a href="http://www.vimeo.com/3419002" rel="nofollow">http://www.vimeo.com/3419002</a><br />
<a href="http://code.google.com/p/pyamfcodegen" rel="nofollow">http://code.google.com/p/pyamfcodegen</a><br />
 <img src='http://blog.pyamf.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<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-page-1#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&#039;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-page-1#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&#039;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-page-1#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&#039;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 &quot;ê ã €&quot;.  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-page-1#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&#039;t any open issues. What version of PyAMF are you using? If you&#039;re using Django with PyAMF then you might hit &lt;a href=&#039;http://pyamf.org/ticket/283&#039; rel=&quot;nofollow&quot;&gt;this issue&lt;/a&gt; which was solved in the trunk and will be part of the next release. If you&#039;re seeing other issues, please register on pyamf.org and create a &lt;a href=&#039;http://pyamf.org/newticket&#039; rel=&quot;nofollow&quot;&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-page-1#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&#039;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&#039;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-page-1#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 <img src='http://blog.pyamf.org/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thijs Triemstra</title>
		<link>http://blog.pyamf.org/archives/interactive-python-shell-with-flex/comment-page-1#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=&#039;http://pyamf.org/wiki/ShellExample&#039; title=&quot;Wiki page for this example&quot; rel=&quot;nofollow&quot;&gt;pointed out&lt;/a&gt; that you shouldn&#039;t run this demo in a production environment, unless it&#039;s something restrictive like Google App Engine. The secret key you mention can also be found in the &lt;a href=&#039;http://pyamf.org/browser/examples/trunk/google_appengine/settings.py&#039; title=&quot;Settings file of this sample&quot; rel=&quot;nofollow&quot;&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-page-1#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&#039;ll be nice to be able to interact with a running app&#039;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>
</channel>
</rss>
