On Nov 14, 2007 7:37 PM, Tim Berneman &lt;<a href="mailto:tim@netconx.net">tim@netconx.net</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">






<div>
<div><font face="Arial" size="2">is any distro &#39;better&#39; 
than others for development?&nbsp; I&#39;ve done a little research on languages etc 
but thought I wouldn&#39;t cloud the issue by naming them here and I want to start 
with a clean slate.</font></div>
</div></blockquote></div><br clear="all">I don&#39;t think one is better than the other.<br><br>If you want a VB like form designer, the choices I&#39;ve seen are:<br><br>&nbsp;* QT Designer<br>&nbsp;* Glade (for GTK)<br>&nbsp;* Eclipse&#39;s VE plugin (last I checked, it doesn&#39;t yet work with 
3.3, so you need 3.2) - see screenshot at <a href="http://www.ubuntu.com/files/GutsyImages/Eclipse-GUI-Builder.jpg">http://www.ubuntu.com/files/GutsyImages/Eclipse-GUI-Builder.jpg</a><br><br>I personally like rapid development provided by dynamic languages such as Python. Its getting to the point where you can write using PyGTK and things work and look good on both Linux and Windows. You didn&#39;t say that you wanted cross platform, so that may be a moot point. However, after you&#39;ve used Python gui apps for a little bit, when you switch to a C or C++ app, even though the python programs didn&#39;t feel slow at all, the C ones feel faster. Especially the intial load time. This could be entirely system dependent of course.
<br><br>Here&#39;s an interesting tool I happened across recently - it makes
creating simple GUI programs extremely quick and easy:
<a href="http://autoglade.wiki.sourceforge.net/autoglade+tutorial+-+first+steps">http://autoglade.wiki.sourceforge.net/autoglade+tutorial+-+first+steps</a><br>
<br>
At its simplest, it&#39;s just a snazzy version of good ol&#39; dialog, but you
can also use it from within your python scripts and get a little more
fancy.<br><br>Disclaimer: I&#39;m a web guy...<br>-- <br>Matthew Nuzum<br>newz2000 on freenode