<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Python Graphic User Interface in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762690#M58909</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Over the last year or 2 I've become familiar with python programming within the ArcGIS environment. I'm becoming more comfortable with the language and I've been managing to write some programs outside of Arc to resolve some of my efficiencies and problems. My company mostly works with databases such as access and excel. We also use MS word extensively for report writing. I've dived into a few modules like win32, python-excel, PyWin32, etc and I've taught myself how to parse and write XML's among other things. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm starting to branch outside of the Arc environment and I see opportunities within my company to build some programs using python for some of my fellow employees. My question is, I want to find a good GUI outside of Arc that can be used by my co-workers to run some python programs I have built to replace some manual tasks such as data entry and data validation. I seriously don't know anything about python GUI's, so I'm looking for a bit of advice. Which GUI's are you running? Are there some out there that work in conjunction with Arc? Which ones are the easiest to use? Which ones offer the most features? Are they free or do they cost?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any input you might have,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Feb 2012 19:49:11 GMT</pubDate>
    <dc:creator>MikeMacRae</dc:creator>
    <dc:date>2012-02-17T19:49:11Z</dc:date>
    <item>
      <title>Python Graphic User Interface</title>
      <link>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762690#M58909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Over the last year or 2 I've become familiar with python programming within the ArcGIS environment. I'm becoming more comfortable with the language and I've been managing to write some programs outside of Arc to resolve some of my efficiencies and problems. My company mostly works with databases such as access and excel. We also use MS word extensively for report writing. I've dived into a few modules like win32, python-excel, PyWin32, etc and I've taught myself how to parse and write XML's among other things. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm starting to branch outside of the Arc environment and I see opportunities within my company to build some programs using python for some of my fellow employees. My question is, I want to find a good GUI outside of Arc that can be used by my co-workers to run some python programs I have built to replace some manual tasks such as data entry and data validation. I seriously don't know anything about python GUI's, so I'm looking for a bit of advice. Which GUI's are you running? Are there some out there that work in conjunction with Arc? Which ones are the easiest to use? Which ones offer the most features? Are they free or do they cost?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any input you might have,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 19:49:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762690#M58909</guid>
      <dc:creator>MikeMacRae</dc:creator>
      <dc:date>2012-02-17T19:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Python Graphic User Interface</title>
      <link>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762691#M58910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you mean you want to design forms, 'windows', etc? There are several GUI packages, the most common being &lt;/SPAN&gt;&lt;A href="http://wiki.python.org/moin/TkInter"&gt;Tkinter&lt;/A&gt;&lt;SPAN&gt;, afaik. I haven't done very much with it myself, but there are many tutorials available. There may be better packages out there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you're looking for a graphical design interface, like Visual Basic or forms in Access, then I'm not aware of any. Which isn't to say there are none.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 20:07:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762691#M58910</guid>
      <dc:creator>Zeke</dc:creator>
      <dc:date>2012-02-17T20:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Python Graphic User Interface</title>
      <link>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762692#M58911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Might take a look at &lt;/SPAN&gt;&lt;A href="http://en.wikipedia.org/wiki/Pyqt"&gt;PyQt&lt;/A&gt;&lt;SPAN&gt; (or Nokia's LGPL version called PySide) and Nokia's Qt Creator: &lt;/SPAN&gt;&lt;A href="http://qt.nokia.com/products/developer-tools/"&gt;http://qt.nokia.com/products/developer-tools/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 21:50:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762692#M58911</guid>
      <dc:creator>LoganPugh</dc:creator>
      <dc:date>2012-02-17T21:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Python Graphic User Interface</title>
      <link>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762693#M58912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;wxPython is also very popular.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 15:58:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762693#M58912</guid>
      <dc:creator>PhilMorefield</dc:creator>
      <dc:date>2012-02-21T15:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Python Graphic User Interface</title>
      <link>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762694#M58913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey, thanks guys. This is exactly what I was looking for. This is a good starting place to program outside of ESRI.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 14:17:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762694#M58913</guid>
      <dc:creator>MikeMacRae</dc:creator>
      <dc:date>2012-02-22T14:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Python Graphic User Interface</title>
      <link>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762695#M58914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There's a great programmer-oriented tutorial to get started with Tkinter in the Mark Lutz's &lt;/SPAN&gt;&lt;A href="http://shop.oreilly.com/product/9780596158118.do"&gt;Programming Python.&lt;/A&gt;&lt;SPAN&gt;The biggest advantage of Tkinter is that it's the most popular -- and is part of the standard library in every Python distribution -- no extra installs!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;[URL=&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://matplotlib.sourceforge.net/]Matplotlib[/URL" rel="nofollow" target="_blank"&gt;http://matplotlib.sourceforge.net/]Matplotlib[/URL&lt;/A&gt;&lt;SPAN&gt;] is not part of the standard library, but is also very popular, easy way to display data.&amp;nbsp; Esri is including matplotlib (and numpy, which I think was added for 9.3) in the standard ArcGIS 10.1 installation.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 14:28:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762695#M58914</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2012-02-22T14:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Python Graphic User Interface</title>
      <link>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762696#M58915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey, I've downloaded tkinter and installed it on my 64 bit, windows 7 computer. I have ArcGIS v10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I opened tkinter and as soon as I start to play around, I get the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]12376[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it won't let me do much with the interface really. I can open a file, add buttons/text, etc but I can't open the code window.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've installed it on 2 different computers running the same 64 bit OS. Same result.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone experienced this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 20:51:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762696#M58915</guid>
      <dc:creator>MikeMacRae</dc:creator>
      <dc:date>2012-03-01T20:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Python Graphic User Interface</title>
      <link>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762697#M58916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The error message makes me wonder if you've installed some 64 bit python or tried to install 64 bit Tkinter on top of 32-bit python. (You can only use 32-bit python with ArcGIS.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have installed Python, there is nothing special to download -- the Tkinter module is part of the standard Python library -- all you have to do is import it. (This is one of its main selling points.)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 20:59:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762697#M58916</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2012-03-01T20:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Python Graphic User Interface</title>
      <link>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762698#M58917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Curtis,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am running the standard python 32 v2.6 that came with ArcGIS. I have changed that since install. I downloaded the latest version of tkinter from sourceforge and when I did the install, it defaulted to my 64 bit program directory. I checked the help file to see it it was a 64 bit or 32 bit version of the tkinter gui, but it didn't say.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, I tried to import tkinter as a module in idle and it said no module exists. Does this come with the ArcGIS python install?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 21:25:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762698#M58917</guid>
      <dc:creator>MikeMacRae</dc:creator>
      <dc:date>2012-03-01T21:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Python Graphic User Interface</title>
      <link>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762699#M58918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I tried to import tkinter as a module in idle and it said no module exists. Does this come with the ArcGIS python install?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, it's part of the standard library along with math, string, etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.python.org/release/2.6.7/library/tkinter.html" rel="nofollow noopener noreferrer" target="_blank"&gt;http://docs.python.org/release/2.6.7/library/tkinter.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;gt;&amp;gt;&amp;gt; import Tkinter
&amp;gt;&amp;gt;&amp;gt; help(Tkinter)
Help on module Tkinter:

NAME
&amp;nbsp;&amp;nbsp;&amp;nbsp; Tkinter - Wrapper functions for Tcl/Tk.

FILE
&amp;nbsp;&amp;nbsp;&amp;nbsp; d:\python26\arcgis10.0\lib\lib-tk\tkinter.py&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 08:25:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762699#M58918</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2021-12-12T08:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Python Graphic User Interface</title>
      <link>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762700#M58919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I like &lt;/SPAN&gt;&lt;A href="http://wingware.com/"&gt;Wing&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 12:42:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762700#M58919</guid>
      <dc:creator>KevinGooss</dc:creator>
      <dc:date>2012-03-02T12:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Python Graphic User Interface</title>
      <link>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762701#M58920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Curtis. Caps on the T. Of course! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've pretty much taught myself everything I know about programming, but there's s till a lot I don't know. You said that Tkinter comes with python. I'm assuming you just mean the module and not the gui? The gui is what I'm having troubles with. When I try to interact with it in any way, I get the error above. (i.e. I click on the button for the 'Code Window' and that error pops up and it won't take me to the code window....or when I create a button, and try to go code it, same error....) It's probably something to do with how it's interacting with my PC, I just have no idea what that might be.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 14:53:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762701#M58920</guid>
      <dc:creator>MikeMacRae</dc:creator>
      <dc:date>2012-03-02T14:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Python Graphic User Interface</title>
      <link>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762702#M58921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks Curtis. Caps on the T. Of course! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I've pretty much taught myself everything I know about programming, but there's s till a lot I don't know. You said that Tkinter comes with python. I'm assuming you just mean the module and not the gui? The gui is what I'm having troubles with. When I try to interact with it in any way, I get the error above. (i.e. I click on the button for the 'Code Window' and that error pops up and it won't take me to the code window....or when I create a button, and try to go code it, same error....) It's probably something to do with how it's interacting with my PC, I just have no idea what that might be.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I didn't even know that IDE existed. It looks like the project has been stagnant for some time (sort of like the only true Python-based GIS, &lt;/SPAN&gt;&lt;A href="http://thuban.intevation.org/"&gt;Thuban&lt;/A&gt;&lt;SPAN&gt;). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Even on my 32-bit XP machine it was super buggy. You might have to go old school and do everything command line(!). It's not very hard to pick up and there is a ton of documentation and examples online.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 19:04:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762702#M58921</guid>
      <dc:creator>PhilMorefield</dc:creator>
      <dc:date>2012-03-02T19:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Python Graphic User Interface</title>
      <link>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762703#M58922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Tkinter module, which is actually used to make GUIs appear on screen that you can interact with, comes with Python be default. You are after a GUI program to help you build/design Tkinter GUIs (I'll call it a GUI builder). For the most part these things let you lay out the GUI, hopefully from there it will look nice, and all you need to do is insert the magic behind the scenes to actually do the calculations when you click the right buttons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, in all honesty (and I have really tried to make them work), these kind of GUI builders are just not that great. They tend to hide a bit too much from you, so when you come to inserting the code that does the calculation, it is pretty unclear and difficult. That is if you can actually get the right bits in the right places, layouts, get it to do the right things if the window is expanded/shrunk, etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my opinion, you are best off just to get a good textbook for the GUI module you wish to use and learn it the hard way; fortunately it is usually not that hard (I have done a bit of Tkinter, a reasonable amount of WX, and some Qt), and you will learn a huge amount about Python in the process! Once you actually know how the GUI environment works, then have a go with the GUI builders (i.e. you will know the real difference between a Grid Bag Sizer and a Box Sizer when selecting them from the menu).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which language to use?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]Tkinter is nice in that it comes with Python (no extra installs required), but that is its only positive - it looks like something from Windows 3.1, is definitely the most confusing to learn, and the online documentation is horrific (not sure if it hasn't been updated for the past three versions, or is just plain wrong). WX and Qt are fine - but of the two I would probably recommend Qt - it seems to be a bit newer, more cutting edge, and has some really good, accessible documentation.[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let us know how you get on!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 19:22:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762703#M58922</guid>
      <dc:creator>StacyRendall1</dc:creator>
      <dc:date>2012-03-02T19:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Python Graphic User Interface</title>
      <link>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762704#M58923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is my go to reference for what little Tkinter I do here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://effbot.org/tkinterbook/tkinter-index.htm"&gt;http://effbot.org/tkinterbook/tkinter-index.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 19:33:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762704#M58923</guid>
      <dc:creator>ChrisMathers</dc:creator>
      <dc:date>2012-03-02T19:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Python Graphic User Interface</title>
      <link>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762705#M58924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mike-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We'll here you go. A GUI builder for Tkinter: &lt;/SPAN&gt;&lt;A href="http://tk-happy.sourceforge.net/"&gt;http://tk-happy.sourceforge.net/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I disagree with Stacy that Tkinter is confusing to learn. I actually found it very straightforward, and that's partially due to the fact that your options are pretty limited. It's a very simple module. But if you're just starting out, simpler might be better, as it is for me right now. I've found a ton of documentation online and it's all worked out for me so far.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I agree with Stacy, though, that GUI builders hide too much to give you a complete understanding of what's going on. It really doesn't take much more work to just hard code the layout of the GUI elements yourself. And in the long run, it's certain to make you a better programmer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And yes, wxPython and PyQt give you a lot more to work with, in terms of both functionality and aesthetics. It's just a matter of what's most appropriate for you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Mar 2012 15:50:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-graphic-user-interface/m-p/762705#M58924</guid>
      <dc:creator>PhilMorefield</dc:creator>
      <dc:date>2012-03-04T15:50:13Z</dc:date>
    </item>
  </channel>
</rss>

