<?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 Re: Creating a new Python tool is too complicated in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/creating-a-new-python-tool-is-too-complicated/m-p/343878#M26961</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Kim,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the correct link to get the &lt;/SPAN&gt;&lt;A href="https://betacommunity.esri.com/files/download.aspx/addin_assistant.zip?d=89348D98298E4EB0B88DC3CB1E04BD70&amp;amp;p=74C6DFC24C1E42D29420D7D05E434F9C&amp;amp;n=F491A36A4E3C4293BA17F1CDA6EF8871&amp;amp;s=E8215C9C468149B3B398D5A558B19596&amp;amp;l=66974DEB93534385A83D793393E1F9F4"&gt;python add-in wizard&lt;/A&gt;&lt;SPAN&gt;. However, python add-ins are different then python toolboxes. Python add-ins allow you to build custom ui elements like buttons and toolbars with arcpy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For more information on Python Toolboxes I would encourage you to check out the following help topic, &lt;/SPAN&gt;&lt;A href="http://resourcesbeta.arcgis.com/en/help/main/10.1/index.html#/What_is_a_Python_toolbox/001500000022000000/"&gt;What is a Python Toolbox&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the request to create a blank python script as part of the script tool wizard I would recommend you post the idea on ideas.arcgis.com as there may be more people who would be interested in that functionality as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Aug 2011 15:11:05 GMT</pubDate>
    <dc:creator>ChrisFox3</dc:creator>
    <dc:date>2011-08-16T15:11:05Z</dc:date>
    <item>
      <title>Creating a new Python tool is too complicated</title>
      <link>https://community.esri.com/t5/python-questions/creating-a-new-python-tool-is-too-complicated/m-p/343875#M26958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tend to create a new tool in a 'top-down' process:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Create a new toolbox&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Add a new tool&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Add in the parameters&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Edit the documentation for the general purpose&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Open the script to start writing&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;SPAN&gt;At Win 7 this has got even harder if you do not have Administrator access to streamline Windoze.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"Adding" a script is not appropriate because I have yet to create the script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It would be useful to be able to create an empty file with a py suffix right there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the absence of a create, you can open the folder with the common dialog and create a text file on the fly and change the name and extension. Then select your new file. But this is impossible unless file extension types have been made visible in Windows control panel. This could also be eased if a file type of Python script was added to the registry so you could create a python script file as an option.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only other way is to open PythonWin separately and save a script before you start a new tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That is not very integrated and is confusing when teaching students. It should be possible to work entirely inside ArcMap to manage the whole toolbox/scripting process.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Aug 2011 00:24:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/creating-a-new-python-tool-is-too-complicated/m-p/343875#M26958</guid>
      <dc:creator>KimOllivier</dc:creator>
      <dc:date>2011-08-14T00:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new Python tool is too complicated</title>
      <link>https://community.esri.com/t5/python-questions/creating-a-new-python-tool-is-too-complicated/m-p/343876#M26959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Kim,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How about the opposite, work entirely outside of ArcMap to create your toolbox and script tools. This is the idea behind Python Toolboxes at 10.1. everything you need to define the Toolbox, the script tools, their paramaters, validation and execution code all in one python script. I would encourage you to check it out because although you know longer have the wizard to step you through the creation of the script tool, it is really more convienent to manage everything in the one python script.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2011 22:37:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/creating-a-new-python-tool-is-too-complicated/m-p/343876#M26959</guid>
      <dc:creator>ChrisFox3</dc:creator>
      <dc:date>2011-08-15T22:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new Python tool is too complicated</title>
      <link>https://community.esri.com/t5/python-questions/creating-a-new-python-tool-is-too-complicated/m-p/343877#M26960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We all would if we could, but the AddIn Python Wizard is not downloadable. Could you get this fixed?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/36026-Python-AddIn-Wizard-download-refused"&gt;http://forums.arcgis.com/threads/36026-Python-AddIn-Wizard-download-refused&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It would still be useful to be able to create a (blank) python script as part of the tool wizard. Just think of all the script kiddies trying to write their first tool and script in the "Geoprocessing With Python" class.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 08:45:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/creating-a-new-python-tool-is-too-complicated/m-p/343877#M26960</guid>
      <dc:creator>KimOllivier</dc:creator>
      <dc:date>2011-08-16T08:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new Python tool is too complicated</title>
      <link>https://community.esri.com/t5/python-questions/creating-a-new-python-tool-is-too-complicated/m-p/343878#M26961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Kim,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the correct link to get the &lt;/SPAN&gt;&lt;A href="https://betacommunity.esri.com/files/download.aspx/addin_assistant.zip?d=89348D98298E4EB0B88DC3CB1E04BD70&amp;amp;p=74C6DFC24C1E42D29420D7D05E434F9C&amp;amp;n=F491A36A4E3C4293BA17F1CDA6EF8871&amp;amp;s=E8215C9C468149B3B398D5A558B19596&amp;amp;l=66974DEB93534385A83D793393E1F9F4"&gt;python add-in wizard&lt;/A&gt;&lt;SPAN&gt;. However, python add-ins are different then python toolboxes. Python add-ins allow you to build custom ui elements like buttons and toolbars with arcpy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For more information on Python Toolboxes I would encourage you to check out the following help topic, &lt;/SPAN&gt;&lt;A href="http://resourcesbeta.arcgis.com/en/help/main/10.1/index.html#/What_is_a_Python_toolbox/001500000022000000/"&gt;What is a Python Toolbox&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the request to create a blank python script as part of the script tool wizard I would recommend you post the idea on ideas.arcgis.com as there may be more people who would be interested in that functionality as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 15:11:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/creating-a-new-python-tool-is-too-complicated/m-p/343878#M26961</guid>
      <dc:creator>ChrisFox3</dc:creator>
      <dc:date>2011-08-16T15:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new Python tool is too complicated</title>
      <link>https://community.esri.com/t5/python-questions/creating-a-new-python-tool-is-too-complicated/m-p/343879#M26962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you suggesting that we can get some of the functionality of the old "Dialog Designer" days which harken back to AV3.x with add-ins?&amp;nbsp;&amp;nbsp; Is this a Tkinter interface? Any more background docs? (haven't got beta 10.1 loaded yet so sorry if this is obvious)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 17:03:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/creating-a-new-python-tool-is-too-complicated/m-p/343879#M26962</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2011-08-16T17:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new Python tool is too complicated</title>
      <link>https://community.esri.com/t5/python-questions/creating-a-new-python-tool-is-too-complicated/m-p/343880#M26963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No not quite, unfortunately there is no supported python module at this time for building GUIs with &lt;/SPAN&gt;&lt;A href="http://resourcesbeta.arcgis.com/en/help/main/10.1/index.html#/What_is_a_Python_add_in/014p00000025000000/"&gt;python add-ins&lt;/A&gt;&lt;SPAN&gt;. So if you need to build a button that displays a form to accept user input and execute some code you will still need to use .Net or Java add-ins for Desktop.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, there are many powerful things you can do with python add-ins. For example if you want to listen and respond to certain application events, like onDeleteFeature or onCreateFeature you can do that with a &lt;/SPAN&gt;&lt;A href="http://resourcesbeta.arcgis.com/en/help/main/10.1/index.html#/Application_Extension/014p00000019000000/"&gt;python add-in application extension&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or if you want to create a tool that allows the user to draw a rectangle on the map to return an extent object and execute some python code based on the user input you can do that with a &lt;/SPAN&gt;&lt;A href="http://resourcesbeta.arcgis.com/en/help/main/10.1/index.html#/Tool/014p00000027000000/"&gt;python add-in tool&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;More than just the functionality is the fact that python add-ins take advantage of the same framework for .Net and Java add-ins which makes it very easy to &lt;/SPAN&gt;&lt;A href="http://resourcesbeta.arcgis.com/en/help/main/10.1/index.html#/Sharing_and_installing_add_ins/014p0000001m000000/"&gt;share and install&lt;/A&gt;&lt;SPAN&gt; these customizations.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 17:41:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/creating-a-new-python-tool-is-too-complicated/m-p/343880#M26963</guid>
      <dc:creator>ChrisFox3</dc:creator>
      <dc:date>2011-08-16T17:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new Python tool is too complicated</title>
      <link>https://community.esri.com/t5/python-questions/creating-a-new-python-tool-is-too-complicated/m-p/343881#M26964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the info Chris, I was more interested in the event-based things, I can use non-Java-Net for form development...will have a serious look at this since it opens up a whole realm of new application possibilities.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 19:54:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/creating-a-new-python-tool-is-too-complicated/m-p/343881#M26964</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2011-08-16T19:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new Python tool is too complicated</title>
      <link>https://community.esri.com/t5/python-questions/creating-a-new-python-tool-is-too-complicated/m-p/343882#M26965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;"Adding" a script is not appropriate because I have yet to create the script.&lt;BR /&gt;It would be useful to be able to create an empty file with a py suffix right there.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When you set a script tool's source--you should be able to specify a .py file that doesn't yet exist.&amp;nbsp; When you then hit the Next button, it will prompt you to create the empty .py file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 22:28:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/creating-a-new-python-tool-is-too-complicated/m-p/343882#M26965</guid>
      <dc:creator>DavidWynne</dc:creator>
      <dc:date>2011-08-19T22:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new Python tool is too complicated</title>
      <link>https://community.esri.com/t5/python-questions/creating-a-new-python-tool-is-too-complicated/m-p/343883#M26966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Dan,&lt;BR /&gt;&lt;BR /&gt;No not quite, unfortunately there is no supported python module at this time for building GUIs with &lt;A href="http://resourcesbeta.arcgis.com/en/help/main/10.1/index.html#/What_is_a_Python_add_in/014p00000025000000/"&gt;python add-ins&lt;/A&gt;. So if you need to build a button that displays a form to accept user input and execute some code you will still need to use .Net or Java add-ins for Desktop.&lt;BR /&gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there plans for this before final release? Even 'simple' dialogs like an add-in option pane will be needed for many use cases, and will keep a lot of people staying with deploying toolboxes with parameters instead. Filling an addin toolbar with loads of buttons, menus and combos just to allow a user to specify even just half a dozen parameters will not look great.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Great first step though, good to see python addins&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 22:41:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/creating-a-new-python-tool-is-too-complicated/m-p/343883#M26966</guid>
      <dc:creator>MoragHawkins</dc:creator>
      <dc:date>2011-10-05T22:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new Python tool is too complicated</title>
      <link>https://community.esri.com/t5/python-questions/creating-a-new-python-tool-is-too-complicated/m-p/343884#M26967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Are there plans for this before final release? Even 'simple' dialogs like an add-in option pane will be needed for many use cases, and will keep a lot of people staying with deploying toolboxes with parameters instead. Filling an addin toolbar with loads of buttons, menus and combos just to allow a user to specify even just half a dozen parameters will not look great.&lt;BR /&gt;&lt;BR /&gt;Great first step though, good to see python addins&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Right now what we have in terms of simple dialogs are available with the &lt;/SPAN&gt;&lt;A href="http://resourcesbeta.arcgis.com/en/help/main/10.1/index.html#/The_pythonaddins_module/014p00000021000000/"&gt;pythonaddins module&lt;/A&gt;&lt;SPAN&gt;. With this module you have the ability to open a dialog which the user can browse to select one or more datasets and return the path of the users selection to the tool. The same can be done so the user can save the path of a new dataset. You can also create a message with optional buttons such as Yes/No, OK/Cancel to get the users input.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 23:06:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/creating-a-new-python-tool-is-too-complicated/m-p/343884#M26967</guid>
      <dc:creator>ChrisFox3</dc:creator>
      <dc:date>2011-10-05T23:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new Python tool is too complicated</title>
      <link>https://community.esri.com/t5/python-questions/creating-a-new-python-tool-is-too-complicated/m-p/343885#M26968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Right now what we have in terms of simple dialogs are available with the &lt;A href="http://resourcesbeta.arcgis.com/en/help/main/10.1/index.html#/The_pythonaddins_module/014p00000021000000/"&gt;pythonaddins module&lt;/A&gt;. With this module you have the ability to open a dialog which the user can browse to select one or more datasets and return the path of the users selection to the tool. The same can be done so the user can save the path of a new dataset. You can also create a message with optional buttons such as Yes/No, OK/Cancel to get the users input.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply Chris, but this still doesn't really cover it. Perhaps I should add this into ideas.esri.com once we can post outside of the beta community?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FYI a couple of use cases that spring to mind, plenty others no doubt.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) I want to create an autosave add-in app extension. The user is given a number of options/setup config to control how auto save will work, do they want to autosave every x minutes, and if so how many minutes, or do they want to to only save on all ToC changes inc symbology, only on layers added, only on layers deleted etc, do they want it to pause if they are in an edit session....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You cannot achieve this via multiple ok/cancel prompts, or a toolbar full of menus and toggle buttons or combos (well you could but it would look pretty bad)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) You have a custom buffer add-in tool written to interact with a particular datamodel. Options would specify how much category A features would be buffered within the tool selection/extent, how much category B would be buffered, category C and so on&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Again you cannot really achieve this at present.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps if it were to go into ideas.esri.com, I would suggest that the same approach as getParamterInfo() from python toolboxes is used, you can read and write arcpy.Paramater() from within an add-in, with a parameter dialog that comes up similar to a toolbox.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 07:29:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/creating-a-new-python-tool-is-too-complicated/m-p/343885#M26968</guid>
      <dc:creator>MoragHawkins</dc:creator>
      <dc:date>2011-10-06T07:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new Python tool is too complicated</title>
      <link>https://community.esri.com/t5/python-questions/creating-a-new-python-tool-is-too-complicated/m-p/343886#M26969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, I would definetly encourage you to post this on the ideas site once the 10.1 resource centers are opened up to everyone.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 22:54:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/creating-a-new-python-tool-is-too-complicated/m-p/343886#M26969</guid>
      <dc:creator>ChrisFox3</dc:creator>
      <dc:date>2011-10-06T22:54:54Z</dc:date>
    </item>
  </channel>
</rss>

