<?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: Building an Application with PyGTK and Glade</title>
	<atom:link href="http://www.learningpython.com/2006/05/30/building-an-application-with-pygtk-and-glade/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learningpython.com/2006/05/30/building-an-application-with-pygtk-and-glade/</link>
	<description>one man's journey into python...</description>
	<lastBuildDate>Wed, 10 Mar 2010 18:15:25 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: martin</title>
		<link>http://www.learningpython.com/2006/05/30/building-an-application-with-pygtk-and-glade/comment-page-2/#comment-160820</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Sun, 21 Feb 2010 13:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=25#comment-160820</guid>
		<description>Perfect tutorial. Thanks for idea</description>
		<content:encoded><![CDATA[<p>Perfect tutorial. Thanks for idea</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Freddie Brandt</title>
		<link>http://www.learningpython.com/2006/05/30/building-an-application-with-pygtk-and-glade/comment-page-2/#comment-153911</link>
		<dc:creator>Freddie Brandt</dc:creator>
		<pubDate>Thu, 26 Nov 2009 20:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=25#comment-153911</guid>
		<description>Wow. Very nice tutorial. Just what I needed. Thank you!</description>
		<content:encoded><![CDATA[<p>Wow. Very nice tutorial. Just what I needed. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SoftwareExplorer</title>
		<link>http://www.learningpython.com/2006/05/30/building-an-application-with-pygtk-and-glade/comment-page-2/#comment-153433</link>
		<dc:creator>SoftwareExplorer</dc:creator>
		<pubDate>Fri, 20 Nov 2009 06:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=25#comment-153433</guid>
		<description>I am having troubles with my glade file. When I try the one posted here the application works; when I use mine the python terminal seems to do what it should but no window appears. Is there some way I can attach a file?

Here&#039;s my .glade file:
http://erikbandersen.com/pywine.glade</description>
		<content:encoded><![CDATA[<p>I am having troubles with my glade file. When I try the one posted here the application works; when I use mine the python terminal seems to do what it should but no window appears. Is there some way I can attach a file?</p>
<p>Here&#8217;s my .glade file:<br />
<a href="http://erikbandersen.com/pywine.glade" rel="nofollow">http://erikbandersen.com/pywine.glade</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Gibson Daniels</title>
		<link>http://www.learningpython.com/2006/05/30/building-an-application-with-pygtk-and-glade/comment-page-2/#comment-150402</link>
		<dc:creator>Dennis Gibson Daniels</dc:creator>
		<pubDate>Tue, 08 Sep 2009 23:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=25#comment-150402</guid>
		<description>Any opposition to my posting screencasts of my own feeble efforts to match your successes here?

If you do object please let me know.

As well, would you consider doing a screencast of how to connect a standalone python application to a web based server requiring authentication to submit data generated on the python application?</description>
		<content:encoded><![CDATA[<p>Any opposition to my posting screencasts of my own feeble efforts to match your successes here?</p>
<p>If you do object please let me know.</p>
<p>As well, would you consider doing a screencast of how to connect a standalone python application to a web based server requiring authentication to submit data generated on the python application?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deni zakya</title>
		<link>http://www.learningpython.com/2006/05/30/building-an-application-with-pygtk-and-glade/comment-page-2/#comment-149349</link>
		<dc:creator>deni zakya</dc:creator>
		<pubDate>Tue, 11 Aug 2009 05:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=25#comment-149349</guid>
		<description>nice tutorial, it helps me to finish my final task in my class.</description>
		<content:encoded><![CDATA[<p>nice tutorial, it helps me to finish my final task in my class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: New2pygtk&#38;glade</title>
		<link>http://www.learningpython.com/2006/05/30/building-an-application-with-pygtk-and-glade/comment-page-2/#comment-149297</link>
		<dc:creator>New2pygtk&#38;glade</dc:creator>
		<pubDate>Sun, 09 Aug 2009 18:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=25#comment-149297</guid>
		<description>Hi! 

It took me some time to solve the following problem I had with your tutorial:

When I used gtk.glade.XML with the .glade files I made using glade3 it wouldn&#039;t work (but gtk.Builder did). Solution: Changing the file format to Libglade in the project&#039;s preferences.

Maybe that can help s.o. else, too :)

And thanks for the tutorial, it is really helpful.</description>
		<content:encoded><![CDATA[<p>Hi! </p>
<p>It took me some time to solve the following problem I had with your tutorial:</p>
<p>When I used gtk.glade.XML with the .glade files I made using glade3 it wouldn&#8217;t work (but gtk.Builder did). Solution: Changing the file format to Libglade in the project&#8217;s preferences.</p>
<p>Maybe that can help s.o. else, too <img src='http://www.learningpython.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>And thanks for the tutorial, it is really helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#160;Rizwan Mansuri's Blog&#160;</title>
		<link>http://www.learningpython.com/2006/05/30/building-an-application-with-pygtk-and-glade/comment-page-2/#comment-148997</link>
		<dc:creator>&#160;Rizwan Mansuri's Blog&#160;</dc:creator>
		<pubDate>Thu, 30 Jul 2009 19:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=25#comment-148997</guid>
		<description>[...] Building an Application with PyGTK and Glade one man&#039;s journey learning Python! added June 1, 2006 [...]</description>
		<content:encoded><![CDATA[<p>[...] Building an Application with PyGTK and Glade one man&#8217;s journey learning Python! added June 1, 2006 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pablo Torres</title>
		<link>http://www.learningpython.com/2006/05/30/building-an-application-with-pygtk-and-glade/comment-page-2/#comment-147880</link>
		<dc:creator>Pablo Torres</dc:creator>
		<pubDate>Mon, 29 Jun 2009 01:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=25#comment-147880</guid>
		<description>Nevermind...I have the global-menu app installed...</description>
		<content:encoded><![CDATA[<p>Nevermind&#8230;I have the global-menu app installed&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pablo Torres</title>
		<link>http://www.learningpython.com/2006/05/30/building-an-application-with-pygtk-and-glade/comment-page-2/#comment-147864</link>
		<dc:creator>Pablo Torres</dc:creator>
		<pubDate>Sun, 28 Jun 2009 17:17:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=25#comment-147864</guid>
		<description>I have the weirdest of problems: I cannot see the menu bar!  I downloaded your code, ran it, and it wasn&#039;t there on the window.  It&#039;s the same when I make my own glade projects - I add a menu bar, but it isn&#039;t there when I ran the app.  I&#039;m on glade 2 and 3, using pygtk 2.14.1

What&#039;s weirdest is that, when on glade 2, I add the menu bar and it isn&#039;t there not even on the glade window.  I just see a gray area with no text.  The menu bar does appear on glade 3 when designing, but it&#039;s not there when running the app.

Any suggestions?</description>
		<content:encoded><![CDATA[<p>I have the weirdest of problems: I cannot see the menu bar!  I downloaded your code, ran it, and it wasn&#8217;t there on the window.  It&#8217;s the same when I make my own glade projects &#8211; I add a menu bar, but it isn&#8217;t there when I ran the app.  I&#8217;m on glade 2 and 3, using pygtk 2.14.1</p>
<p>What&#8217;s weirdest is that, when on glade 2, I add the menu bar and it isn&#8217;t there not even on the glade window.  I just see a gray area with no text.  The menu bar does appear on glade 3 when designing, but it&#8217;s not there when running the app.</p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.learningpython.com/2006/05/30/building-an-application-with-pygtk-and-glade/comment-page-2/#comment-133494</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 30 Jan 2009 18:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=25#comment-133494</guid>
		<description>Thank for your tutorial.
i have tutorial request to create an interface to
silent install debian package in the background.
here is the detailed picture.
http://img232.imageshack.us/my.php?image=help2uf1.jpg</description>
		<content:encoded><![CDATA[<p>Thank for your tutorial.<br />
i have tutorial request to create an interface to<br />
silent install debian package in the background.<br />
here is the detailed picture.<br />
<a href="http://img232.imageshack.us/my.php?image=help2uf1.jpg" rel="nofollow">http://img232.imageshack.us/my.php?image=help2uf1.jpg</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
