<?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: Glade-2 to .py</title>
	<atom:link href="http://www.larsen-b.com/Article/189.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.larsen-b.com/Article/189.html</link>
	<description>Titanium Exposé</description>
	<lastBuildDate>Mon, 02 Jul 2018 13:54:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>By: Swaroop C H</title>
		<link>http://www.larsen-b.com/Article/189.html/comment-page-1#comment-500</link>
		<dc:creator>Swaroop C H</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-500</guid>
		<description><![CDATA[&lt;p&gt;Hey Jerome,&lt;/p&gt;
&lt;blockquote&gt;
I have been looking myself at GUI tools in Python and I seem to be leaning towards exploring wxPython simply because it is cross-platform but you seem to think its the other way around. Can you please explain this point?&lt;/blockquote&gt;
&lt;p&gt;Thanks!
Swaroop
www.swaroopch.info&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Hey Jerome,</p>
<blockquote><p>
I have been looking myself at GUI tools in Python and I seem to be leaning towards exploring wxPython simply because it is cross-platform but you seem to think its the other way around. Can you please explain this point?</p></blockquote>
<p>Thanks!<br />
Swaroop<br />
<a href="http://www.swaroopch.info" rel="nofollow">http://www.swaroopch.info</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jkx</title>
		<link>http://www.larsen-b.com/Article/189.html/comment-page-1#comment-501</link>
		<dc:creator>Jkx</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-501</guid>
		<description><![CDATA[&lt;p&gt;In theory, wxPython is the most cross-platform friendly. But the reality is more cruel. In fact, the window&#039;s version is always the bleeding edge, and commom apps usually need this version. So you need to install wxPython manually (and this is a really pain), and cannot use the default wxPython that&#039;s come w/ your distro. And even worst, some distro use wxPython as the core GUI.. so you need to install it twice. (one for your dev by hand, another one ..)&lt;/p&gt;
&lt;p&gt;I wrote 2 (quite big) apps w/ wxPython, and both works well on Win32, and have some strange behaviours (or lacking some functionnality) on my Linux setup.&lt;/p&gt;
&lt;p&gt;In the other hand, wxPython support very-well, Win32. You can wrote some systray app for example.&lt;/p&gt;
&lt;p&gt;I think my next app, will use GTK2. I know this is working quite very well on Win32 right now. But always keep in mind that Gtk + thread = nightmare + segfault (and even worst on Win32)&lt;/p&gt;
&lt;p&gt;-- Hope this helps;&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>In theory, wxPython is the most cross-platform friendly. But the reality is more cruel. In fact, the window&#8217;s version is always the bleeding edge, and commom apps usually need this version. So you need to install wxPython manually (and this is a really pain), and cannot use the default wxPython that&#8217;s come w/ your distro. And even worst, some distro use wxPython as the core GUI.. so you need to install it twice. (one for your dev by hand, another one ..)</p>
<p>I wrote 2 (quite big) apps w/ wxPython, and both works well on Win32, and have some strange behaviours (or lacking some functionnality) on my Linux setup.</p>
<p>In the other hand, wxPython support very-well, Win32. You can wrote some systray app for example.</p>
<p>I think my next app, will use GTK2. I know this is working quite very well on Win32 right now. But always keep in mind that Gtk + thread = nightmare + segfault (and even worst on Win32)</p>
<p>&#8211; Hope this helps;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swaroop C H</title>
		<link>http://www.larsen-b.com/Article/189.html/comment-page-1#comment-502</link>
		<dc:creator>Swaroop C H</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-502</guid>
		<description><![CDATA[Thanks, that is quite an eye-opener for me :)
Does PyGTK2 work well on Windows?]]></description>
		<content:encoded><![CDATA[<p>Thanks, that is quite an eye-opener for me :)<br />
Does PyGTK2 work well on Windows?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glyph Lefkowitz</title>
		<link>http://www.larsen-b.com/Article/189.html/comment-page-1#comment-503</link>
		<dc:creator>Glyph Lefkowitz</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-503</guid>
		<description><![CDATA[&lt;p&gt;First of all - I&#039;d recommend just using gtk.glade.XML rather than generating code.  What&#039;s the advantage of introducing an extra build step into your application, and bloating it up with twice as much code?  Plus, it&#039;s too tempting to go edit the generated code, which means you can kiss further use of Glade to fix your UI goodbye.&lt;/p&gt;
&lt;p&gt;As to PyGTK2 working on windows, here are some screenshots (not of the Py part, but of the Gtk part - and PyGTK does work):&lt;/p&gt;
&lt;p&gt;&lt;a class=&quot;reference&quot; href=&quot;http://gtk-wimp.sourceforge.net/screenshots/&quot;&gt;http://gtk-wimp.sourceforge.net/screenshots/&lt;/a&gt;&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>First of all &#8211; I&#8217;d recommend just using gtk.glade.XML rather than generating code.  What&#8217;s the advantage of introducing an extra build step into your application, and bloating it up with twice as much code?  Plus, it&#8217;s too tempting to go edit the generated code, which means you can kiss further use of Glade to fix your UI goodbye.</p>
<p>As to PyGTK2 working on windows, here are some screenshots (not of the Py part, but of the Gtk part &#8211; and PyGTK does work):</p>
<p><a class="reference" href="http://gtk-wimp.sourceforge.net/screenshots/">http://gtk-wimp.sourceforge.net/screenshots/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lawgon</title>
		<link>http://www.larsen-b.com/Article/189.html/comment-page-1#comment-504</link>
		<dc:creator>lawgon</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-504</guid>
		<description><![CDATA[which version of wxPython did you use - sounds like 2.3 or earlier. ]]></description>
		<content:encoded><![CDATA[<p>which version of wxPython did you use &#8211; sounds like 2.3 or earlier. </p>
]]></content:encoded>
	</item>
</channel>
</rss>
