<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for IPython0 blog</title>
	<atom:link href="http://ipython0.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ipython0.wordpress.com</link>
	<description>About IPython 0.x series development</description>
	<lastBuildDate>Fri, 17 Jul 2009 17:53:40 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Qt goes LGPL, and PyQt considerations by Sad User</title>
		<link>http://ipython0.wordpress.com/2009/01/14/30/#comment-31</link>
		<dc:creator>Sad User</dc:creator>
		<pubDate>Fri, 17 Jul 2009 17:53:40 +0000</pubDate>
		<guid isPermaLink="false">http://ipython0.wordpress.com/?p=30#comment-31</guid>
		<description>BTW, PyQt LGPL just didn&#039;t happened.

Licensing still matters.</description>
		<content:encoded><![CDATA[<p>BTW, PyQt LGPL just didn&#8217;t happened.</p>
<p>Licensing still matters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Editra ipython plugin under work by Laurent</title>
		<link>http://ipython0.wordpress.com/2008/04/25/editra-ipython-plugin-under-work/#comment-26</link>
		<dc:creator>Laurent</dc:creator>
		<pubDate>Sun, 22 Feb 2009 10:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://ipython0.wordpress.com/?p=4#comment-26</guid>
		<description>Hello,
You can have access to the plugin repos:

 # Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://editra-plugins.googlecode.com/svn/trunk/ editra-plugins-read-only 

The plugin name is ipyshell, in it&#039;s directory you&#039;ve got the whole ipython source + the plugin source.

It need a little refresh for sure :).

If you want to try to hack it take a look @Ipython/gui/wx the whole code is in ipython_view and ipshellnonblocking.

ipython_view -&gt; gui interface
ipshellnonblocking -&gt; the interface with ipython

You can add:
        ip = IPython.ipapi.get()
        def myEdit(self, arg):
            print &#039;do what you want&#039;
        ip.expose_magic(&#039;edit&#039;, myEdit)

to WxNonBlockingIPShell inside ipython_view.py

Please note that if ipython is ever installed on your system you&#039;ll have to make a eggsetup.py develop to make sure to use your new local copy.

We can discuss about all of this in ipython-dev mailing list :)

Cheers,
Laurent</description>
		<content:encoded><![CDATA[<p>Hello,<br />
You can have access to the plugin repos:</p>
<p> # Non-members may check out a read-only working copy anonymously over HTTP.<br />
svn checkout <a href="http://editra-plugins.googlecode.com/svn/trunk/" rel="nofollow">http://editra-plugins.googlecode.com/svn/trunk/</a> editra-plugins-read-only </p>
<p>The plugin name is ipyshell, in it&#8217;s directory you&#8217;ve got the whole ipython source + the plugin source.</p>
<p>It need a little refresh for sure <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>If you want to try to hack it take a look @Ipython/gui/wx the whole code is in ipython_view and ipshellnonblocking.</p>
<p>ipython_view -&gt; gui interface<br />
ipshellnonblocking -&gt; the interface with ipython</p>
<p>You can add:<br />
        ip = IPython.ipapi.get()<br />
        def myEdit(self, arg):<br />
            print &#8216;do what you want&#8217;<br />
        ip.expose_magic(&#8216;edit&#8217;, myEdit)</p>
<p>to WxNonBlockingIPShell inside ipython_view.py</p>
<p>Please note that if ipython is ever installed on your system you&#8217;ll have to make a eggsetup.py develop to make sure to use your new local copy.</p>
<p>We can discuss about all of this in ipython-dev mailing list <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers,<br />
Laurent</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Editra ipython plugin under work by Ronen</title>
		<link>http://ipython0.wordpress.com/2008/04/25/editra-ipython-plugin-under-work/#comment-25</link>
		<dc:creator>Ronen</dc:creator>
		<pubDate>Sat, 21 Feb 2009 20:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://ipython0.wordpress.com/?p=4#comment-25</guid>
		<description>That&#039;s a one cool Plugin.

What will make it ideal, is better integration with Editra&#039;s Editor:
Make ipython&#039;s %edit Open the edit-buffer in Editra&#039;s current Windows, and Enable poeple to run The code they edit in Editra inside the open IPython windows...
Any hint where should I try to hack in order to achieve those?  

Thanks,
Ronen.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a one cool Plugin.</p>
<p>What will make it ideal, is better integration with Editra&#8217;s Editor:<br />
Make ipython&#8217;s %edit Open the edit-buffer in Editra&#8217;s current Windows, and Enable poeple to run The code they edit in Editra inside the open IPython windows&#8230;<br />
Any hint where should I try to hack in order to achieve those?  </p>
<p>Thanks,<br />
Ronen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Qt goes LGPL, and PyQt considerations by Stephan Sokolow</title>
		<link>http://ipython0.wordpress.com/2009/01/14/30/#comment-24</link>
		<dc:creator>Stephan Sokolow</dc:creator>
		<pubDate>Mon, 19 Jan 2009 00:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://ipython0.wordpress.com/?p=30#comment-24</guid>
		<description>@Rene

Currently, one could argue that Tkinter is the official standard toolkit (it&#039;s in stdlib) and that WxPython is the de facto standard toolkit.

Having a standard toolkit isn&#039;t about &quot;one toolkit to rule them all&quot;, it&#039;s about agreeing on something that, like Python&#039;s standard library, will meet all your needs most of the time.</description>
		<content:encoded><![CDATA[<p>@Rene</p>
<p>Currently, one could argue that Tkinter is the official standard toolkit (it&#8217;s in stdlib) and that WxPython is the de facto standard toolkit.</p>
<p>Having a standard toolkit isn&#8217;t about &#8220;one toolkit to rule them all&#8221;, it&#8217;s about agreeing on something that, like Python&#8217;s standard library, will meet all your needs most of the time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Qt goes LGPL, and PyQt considerations by Walter</title>
		<link>http://ipython0.wordpress.com/2009/01/14/30/#comment-22</link>
		<dc:creator>Walter</dc:creator>
		<pubDate>Thu, 15 Jan 2009 01:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://ipython0.wordpress.com/?p=30#comment-22</guid>
		<description>Nokia has certainly gained the favor of a lot of FOSS supporters and with Python, having the huge support base it has, I can see one of two things happening. Either PyQt will go LGPL as well (which would certainly be the better option) or a new set of LGPL Qt bindings will emerge and steal the show.</description>
		<content:encoded><![CDATA[<p>Nokia has certainly gained the favor of a lot of FOSS supporters and with Python, having the huge support base it has, I can see one of two things happening. Either PyQt will go LGPL as well (which would certainly be the better option) or a new set of LGPL Qt bindings will emerge and steal the show.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Qt goes LGPL, and PyQt considerations by Rene Dudfield</title>
		<link>http://ipython0.wordpress.com/2009/01/14/30/#comment-21</link>
		<dc:creator>Rene Dudfield</dc:creator>
		<pubDate>Wed, 14 Jan 2009 22:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://ipython0.wordpress.com/?p=30#comment-21</guid>
		<description>Hi,

I think the short answer is &#039;No&#039;.

Each toolkit has its pros and cons.

eg, qt, and pyqt are a fairly large dependency, and are written in C++.  This makes them unsuitable for some uses.

Say you want directx hardware acceleration?  qt won&#039;t help.

You may want access to different input devices that qt doesn&#039;t support?

There are many other examples why there will never be a standard toolkit - because each one can do things the others can&#039;t.


cheers,</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I think the short answer is &#8216;No&#8217;.</p>
<p>Each toolkit has its pros and cons.</p>
<p>eg, qt, and pyqt are a fairly large dependency, and are written in C++.  This makes them unsuitable for some uses.</p>
<p>Say you want directx hardware acceleration?  qt won&#8217;t help.</p>
<p>You may want access to different input devices that qt doesn&#8217;t support?</p>
<p>There are many other examples why there will never be a standard toolkit &#8211; because each one can do things the others can&#8217;t.</p>
<p>cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Qt goes LGPL, and PyQt considerations by Lucian</title>
		<link>http://ipython0.wordpress.com/2009/01/14/30/#comment-20</link>
		<dc:creator>Lucian</dc:creator>
		<pubDate>Wed, 14 Jan 2009 22:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://ipython0.wordpress.com/?p=30#comment-20</guid>
		<description>It would be great if it did become the recommended GUI toolkit. The bindings could be a bit more pythonic, but otherwise it really is the best out there.

I guess the PyQt people didn&#039;t think there was a need to license it otherwise since Qt itself was GPL with an exception, so they should be willing to change.</description>
		<content:encoded><![CDATA[<p>It would be great if it did become the recommended GUI toolkit. The bindings could be a bit more pythonic, but otherwise it really is the best out there.</p>
<p>I guess the PyQt people didn&#8217;t think there was a need to license it otherwise since Qt itself was GPL with an exception, so they should be willing to change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Qt goes LGPL, and PyQt considerations by anonymous</title>
		<link>http://ipython0.wordpress.com/2009/01/14/30/#comment-19</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Wed, 14 Jan 2009 21:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://ipython0.wordpress.com/?p=30#comment-19</guid>
		<description>PyQt needs to change its license, too. Currently, it&#039;s still GPL.</description>
		<content:encoded><![CDATA[<p>PyQt needs to change its license, too. Currently, it&#8217;s still GPL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Firefox 3 beta on ubuntu 8.04 crawlage &amp; solution by Evan</title>
		<link>http://ipython0.wordpress.com/2008/05/23/firefox-3-beta-on-ubuntu-804-crawlage-solution/#comment-14</link>
		<dc:creator>Evan</dc:creator>
		<pubDate>Sat, 24 May 2008 01:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://ipython0.wordpress.com/?p=10#comment-14</guid>
		<description>I noticed there are a few others in the python planet (just grepped the OPML download from the planet).   Based on that I think that if the planet subscribed to your ATOM feed it might work ok (http://ipython0.wordpress.com/atom)</description>
		<content:encoded><![CDATA[<p>I noticed there are a few others in the python planet (just grepped the OPML download from the planet).   Based on that I think that if the planet subscribed to your ATOM feed it might work ok (<a href="http://ipython0.wordpress.com/atom" rel="nofollow">http://ipython0.wordpress.com/atom</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Firefox 3 beta on ubuntu 8.04 crawlage &amp; solution by vivainio</title>
		<link>http://ipython0.wordpress.com/2008/05/23/firefox-3-beta-on-ubuntu-804-crawlage-solution/#comment-13</link>
		<dc:creator>vivainio</dc:creator>
		<pubDate>Fri, 23 May 2008 21:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://ipython0.wordpress.com/?p=10#comment-13</guid>
		<description>Yeah, I noticed this, along with the fact that our posts only have short snippets of text, as opposed to other entries on planet python. I don&#039;t really know how to fix this with wordpress.com though...</description>
		<content:encoded><![CDATA[<p>Yeah, I noticed this, along with the fact that our posts only have short snippets of text, as opposed to other entries on planet python. I don&#8217;t really know how to fix this with wordpress.com though&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
