<?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: A GUI Builder for Python</title>
	<atom:link href="http://winpdb.org/2008/06/a-gui-builder-for-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://winpdb.org/2008/06/a-gui-builder-for-python/</link>
	<description></description>
	<pubDate>Thu, 17 May 2012 21:22:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nir</title>
		<link>http://winpdb.org/2008/06/a-gui-builder-for-python/comment-page-1/#comment-88213</link>
		<dc:creator>nir</dc:creator>
		<pubDate>Thu, 06 Aug 2009 05:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?p=47#comment-88213</guid>
		<description>Hi Tim,

Thanks for posting. 

I have been looking for ways which will enable me to allocate enough time to develop this project effectively but so far I have not found any.</description>
		<content:encoded><![CDATA[<p>Hi Tim,</p>
<p>Thanks for posting. </p>
<p>I have been looking for ways which will enable me to allocate enough time to develop this project effectively but so far I have not found any.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TimT</title>
		<link>http://winpdb.org/2008/06/a-gui-builder-for-python/comment-page-1/#comment-87879</link>
		<dc:creator>TimT</dc:creator>
		<pubDate>Sun, 02 Aug 2009 23:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?p=47#comment-87879</guid>
		<description>Nir? Are you still out there? Have you made any progress? 

I have been playing around with PythonCard. It seems to work but development has stalled which makes me nevious about commiting time to learn the inner workings. 

Anyway we haven't seen any posts from you in a year but I am hoping you are still monitoring this thread.

Tim</description>
		<content:encoded><![CDATA[<p>Nir? Are you still out there? Have you made any progress? </p>
<p>I have been playing around with PythonCard. It seems to work but development has stalled which makes me nevious about commiting time to learn the inner workings. </p>
<p>Anyway we haven&#8217;t seen any posts from you in a year but I am hoping you are still monitoring this thread.</p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clive</title>
		<link>http://winpdb.org/2008/06/a-gui-builder-for-python/comment-page-1/#comment-85085</link>
		<dc:creator>Clive</dc:creator>
		<pubDate>Thu, 16 Jul 2009 05:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?p=47#comment-85085</guid>
		<description>Before moving from MS windows back in 2006 I was creating applications in Delphi 7 which had a good gui builder but was a little limited.
I am using Debian now and I fully agree with what you say about Glade and it is the complicated methods and steep learning curve that is stopping me moving forward.
I have written a number of applications in Qt4 using the Qt designer but I have moved to Python because as a programming language it looks like a lot of fun and I am having fun with it.
It would be really good to have a Gtk builder.</description>
		<content:encoded><![CDATA[<p>Before moving from MS windows back in 2006 I was creating applications in Delphi 7 which had a good gui builder but was a little limited.<br />
I am using Debian now and I fully agree with what you say about Glade and it is the complicated methods and steep learning curve that is stopping me moving forward.<br />
I have written a number of applications in Qt4 using the Qt designer but I have moved to Python because as a programming language it looks like a lot of fun and I am having fun with it.<br />
It would be really good to have a Gtk builder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://winpdb.org/2008/06/a-gui-builder-for-python/comment-page-1/#comment-32730</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Fri, 05 Sep 2008 12:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?p=47#comment-32730</guid>
		<description>Hi!

I've tried different GUI builders for wxPython and GTK. I'm currently coding a gui in pyGTK, pretty easy. I tried Glade 3 and although it seems good, as I was not really familiar with GTK back then, I preferred learning pyGTK before actually using Glade for production. And finally I never used it as I highly customize my widgets and that I haven't found time to explore how to do that in Glade 3 (although there are some tutorials out there which explain how to do it).

That is for user experience: using a GUI builder does require some knowledge of what is happening behind the scene. I definitely wouldn't have been able to build a GUI opaquely.

I'm not saying Glade 3 is bad eh! :) Just that in my experience, you need to know the toolkit before using its GUI builder to fully appreciate it! No?

Dan</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I&#8217;ve tried different GUI builders for wxPython and GTK. I&#8217;m currently coding a gui in pyGTK, pretty easy. I tried Glade 3 and although it seems good, as I was not really familiar with GTK back then, I preferred learning pyGTK before actually using Glade for production. And finally I never used it as I highly customize my widgets and that I haven&#8217;t found time to explore how to do that in Glade 3 (although there are some tutorials out there which explain how to do it).</p>
<p>That is for user experience: using a GUI builder does require some knowledge of what is happening behind the scene. I definitely wouldn&#8217;t have been able to build a GUI opaquely.</p>
<p>I&#8217;m not saying Glade 3 is bad eh! <img src='http://winpdb.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Just that in my experience, you need to know the toolkit before using its GUI builder to fully appreciate it! No?</p>
<p>Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://winpdb.org/2008/06/a-gui-builder-for-python/comment-page-1/#comment-22759</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Thu, 10 Jul 2008 04:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?p=47#comment-22759</guid>
		<description>Have you tried glade 3? I am not sure how different it is from 2, but I really like it . . .

If you want to avoid using vbox, hbox you can just use fixed containers which let you drag buttons and such around and resize graphically, etc. I find this very easy to use, and I am a science student who just needs simple gui's . . . I admit that the signal stuff blew my mind a bit, but it didn't take long to understand it enough to be productive, and I have never made a gui without glade 3, so I do use regularly.

Anyhow, just by 2 cents.

Gabriel</description>
		<content:encoded><![CDATA[<p>Have you tried glade 3? I am not sure how different it is from 2, but I really like it . . .</p>
<p>If you want to avoid using vbox, hbox you can just use fixed containers which let you drag buttons and such around and resize graphically, etc. I find this very easy to use, and I am a science student who just needs simple gui&#8217;s . . . I admit that the signal stuff blew my mind a bit, but it didn&#8217;t take long to understand it enough to be productive, and I have never made a gui without glade 3, so I do use regularly.</p>
<p>Anyhow, just by 2 cents.</p>
<p>Gabriel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BobC</title>
		<link>http://winpdb.org/2008/06/a-gui-builder-for-python/comment-page-1/#comment-19767</link>
		<dc:creator>BobC</dc:creator>
		<pubDate>Tue, 24 Jun 2008 17:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?p=47#comment-19767</guid>
		<description>Hi Nir,

Though I'm very much a Python newbie, I have found PythonCard (http://pythoncard.sourceforge.net/) to be an exceptionally easy and complete drag-n-drop GUI builder.  It provides a complete application framework over wxWidgets, yet still permits direct access to wxWidgets when needed (which it hasn't been, for me).

Do not be surprised by the lack of updates to PythonCard: It has a dynamic and resourceful user community, and whatever bugs PythonCard has are few and minor.

I've been using PythonCard to provide quick (but not dirty) GUIs for testing low-level protocol parser-generators, and to provide a convenient means for accessing parts of larger packages (such as matplotlib).

Give it a try.  Even if it isn't what you are looking for in a GUI designer, I suspect it will give you some new ideas about how to get what you want.

-BobC</description>
		<content:encoded><![CDATA[<p>Hi Nir,</p>
<p>Though I&#8217;m very much a Python newbie, I have found PythonCard (http://pythoncard.sourceforge.net/) to be an exceptionally easy and complete drag-n-drop GUI builder.  It provides a complete application framework over wxWidgets, yet still permits direct access to wxWidgets when needed (which it hasn&#8217;t been, for me).</p>
<p>Do not be surprised by the lack of updates to PythonCard: It has a dynamic and resourceful user community, and whatever bugs PythonCard has are few and minor.</p>
<p>I&#8217;ve been using PythonCard to provide quick (but not dirty) GUIs for testing low-level protocol parser-generators, and to provide a convenient means for accessing parts of larger packages (such as matplotlib).</p>
<p>Give it a try.  Even if it isn&#8217;t what you are looking for in a GUI designer, I suspect it will give you some new ideas about how to get what you want.</p>
<p>-BobC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nir</title>
		<link>http://winpdb.org/2008/06/a-gui-builder-for-python/comment-page-1/#comment-18920</link>
		<dc:creator>nir</dc:creator>
		<pubDate>Fri, 20 Jun 2008 03:27:36 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?p=47#comment-18920</guid>
		<description>I find it surprising that none of you complain about the usability of existing tools. 

Really, can you expect a casual programmer to deal productively with a WYSIWYG editor that uses VBoxes and HBoxes and all the signal connection exercises?

Imagine a Physics professor trying to write a simple GUI utility or a high-school student trying this for the first time or a teacher explaining a class of 12 year olds how to use such a designer.

The existing tools are completely beyond me. I tried them many times and never achieved any result. I find programming GUI by hand with all the learning curve involved much more productive. 

Is it just me?</description>
		<content:encoded><![CDATA[<p>I find it surprising that none of you complain about the usability of existing tools. </p>
<p>Really, can you expect a casual programmer to deal productively with a WYSIWYG editor that uses VBoxes and HBoxes and all the signal connection exercises?</p>
<p>Imagine a Physics professor trying to write a simple GUI utility or a high-school student trying this for the first time or a teacher explaining a class of 12 year olds how to use such a designer.</p>
<p>The existing tools are completely beyond me. I tried them many times and never achieved any result. I find programming GUI by hand with all the learning curve involved much more productive. </p>
<p>Is it just me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ondrej</title>
		<link>http://winpdb.org/2008/06/a-gui-builder-for-python/comment-page-1/#comment-18758</link>
		<dc:creator>Ondrej</dc:creator>
		<pubDate>Thu, 19 Jun 2008 01:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?p=47#comment-18758</guid>
		<description>Yes, my IDE is vim though. But I am missing a RAD tool, like Delphi was, however I would only be using to design the GUI. I like qt-designer quite a lot. But I only use Gnome.</description>
		<content:encoded><![CDATA[<p>Yes, my IDE is vim though. But I am missing a RAD tool, like Delphi was, however I would only be using to design the GUI. I like qt-designer quite a lot. But I only use Gnome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nir</title>
		<link>http://winpdb.org/2008/06/a-gui-builder-for-python/comment-page-1/#comment-17599</link>
		<dc:creator>nir</dc:creator>
		<pubDate>Fri, 13 Jun 2008 17:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?p=47#comment-17599</guid>
		<description>Hi Ali,

How are you doing?

I will take a look at Gazpacho again, however my current impression is that it is too far away from what I would like to see in terms of refactoring. In particular it uses hboxes and vboxes for layout and creates glade files instead of working code.

In any case I would love to discuss this with you at length.

Nir</description>
		<content:encoded><![CDATA[<p>Hi Ali,</p>
<p>How are you doing?</p>
<p>I will take a look at Gazpacho again, however my current impression is that it is too far away from what I would like to see in terms of refactoring. In particular it uses hboxes and vboxes for layout and creates glade files instead of working code.</p>
<p>In any case I would love to discuss this with you at length.</p>
<p>Nir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nir</title>
		<link>http://winpdb.org/2008/06/a-gui-builder-for-python/comment-page-1/#comment-17597</link>
		<dc:creator>nir</dc:creator>
		<pubDate>Fri, 13 Jun 2008 16:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://winpdb.org/?p=47#comment-17597</guid>
		<description>Josh, while you may find it convenient to program GUI by hand, to most casual programmers this is an unfortunate no-go. In fact Winpdb's GUI was programmed by hand and the result is sub-optimal to say the least. 

igli, code completion does not imply "IDE land". I suggest supplying code completion as a "service" to other modules. If the builder generates the code it can naturally provide meta information about it.

TJ, do you actually use wxGlade or the BoaConstructor to build GUI programs?

Gene, I tried the Qt designer a while ago but did not find it usable. In particular, like most other designers it uses HBoxex and VBoxes for layout. Visual Studio, while far from perfect, is the only system with which I managed to create a working GUI program easily without much confusion.</description>
		<content:encoded><![CDATA[<p>Josh, while you may find it convenient to program GUI by hand, to most casual programmers this is an unfortunate no-go. In fact Winpdb&#8217;s GUI was programmed by hand and the result is sub-optimal to say the least. </p>
<p>igli, code completion does not imply &#8220;IDE land&#8221;. I suggest supplying code completion as a &#8220;service&#8221; to other modules. If the builder generates the code it can naturally provide meta information about it.</p>
<p>TJ, do you actually use wxGlade or the BoaConstructor to build GUI programs?</p>
<p>Gene, I tried the Qt designer a while ago but did not find it usable. In particular, like most other designers it uses HBoxex and VBoxes for layout. Visual Studio, while far from perfect, is the only system with which I managed to create a working GUI program easily without much confusion.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

