<?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: Python error question in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-error-question/m-p/678197#M52539</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you set you mxd variable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Jan 2015 19:24:08 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2015-01-23T19:24:08Z</dc:date>
    <item>
      <title>Python error question</title>
      <link>https://community.esri.com/t5/python-questions/python-error-question/m-p/678190#M52532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am a beginner and just starting to learn how to use Python I learned from Python Scripting for Map&amp;nbsp; Automation.&lt;/P&gt;&lt;P&gt;My question to you is that whenever I get an error I see the word Traceback or errors in highlight red in my python window.&amp;nbsp; &lt;/P&gt;&lt;P&gt;My question to you is do I need to have a pythonWin installed ? My computer at work does not have it but I use the python&amp;nbsp; Window inside ArcMap.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are there site that can I read or learn about the Traceback error ? I am sure there are bunch of question that Traceback has in it.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So what does Traceback means and what does it do ?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 00:33:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-error-question/m-p/678190#M52532</guid>
      <dc:creator>DEAF_PROBERT_68</dc:creator>
      <dc:date>2015-01-23T00:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Python error question</title>
      <link>https://community.esri.com/t5/python-questions/python-error-question/m-p/678191#M52533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It helps to "trace back" the line where the error occurred.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The documentation can be found here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.python.org/2/library/traceback.html" title="https://docs.python.org/2/library/traceback.html"&gt;28.10. traceback — Print or retrieve a stack traceback — Python 2.7.9 documentation&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you should read this help topic: &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//002z0000000q000000"&gt;Error handling with Python&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 01:21:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-error-question/m-p/678191#M52533</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-01-23T01:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Python error question</title>
      <link>https://community.esri.com/t5/python-questions/python-error-question/m-p/678192#M52534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://docs.python.org/2.7/genindex.html"&gt;the python docs are here&lt;/A&gt; why dont you install pythonwin and/or Pyscripter the Arc* ide is pretty useless&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 01:24:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-error-question/m-p/678192#M52534</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-01-23T01:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Python error question</title>
      <link>https://community.esri.com/t5/python-questions/python-error-question/m-p/678193#M52535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are just beginning there is no need to install anything. Every Python installation includes IDLE, a simple grafical interface with many basic funtionalities including debugging, colorizing, auto-indentation, etc. Not as good as Pyscripter, but is already installed. I personally don't like Pythonwin. Just a thing, if using an external IDE, remember putting an "import arcpy" line at the start of every script you write.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are able to install Pyscripter set up the options to read arcpy help and perform code completion with it. Just add arcpy to the special packages line under code completion in IDE options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Traceback shows you the line of your code where an error occurred, and which kind of error it is. It should be more than enough in the beginning, forget about try/exception and others until you are writing your own scripts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 06:37:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-error-question/m-p/678193#M52535</guid>
      <dc:creator>FranciscoGirón_Gesteira</dc:creator>
      <dc:date>2015-01-23T06:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Python error question</title>
      <link>https://community.esri.com/t5/python-questions/python-error-question/m-p/678194#M52536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the only problem is that my computer is under Government and it must be approve before I can use them.&amp;nbsp; Does it have any issue ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 17:47:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-error-question/m-p/678194#M52536</guid>
      <dc:creator>DEAF_PROBERT_68</dc:creator>
      <dc:date>2015-01-23T17:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Python error question</title>
      <link>https://community.esri.com/t5/python-questions/python-error-question/m-p/678195#M52537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both are harmless although they need to make registry additions for which you may not have permissions to do.&amp;nbsp; You will quickly find out if you can install either by yourself or need your Administer to do so.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 17:54:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-error-question/m-p/678195#M52537</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-01-23T17:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Python error question</title>
      <link>https://community.esri.com/t5/python-questions/python-error-question/m-p/678196#M52538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right now I am at work and here is the error i am having ....&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; mxd.replaceWorkspaces("","NONE","E:\State_mosaic\Elevations.gdb","FILEGDB_WORKSPACE")&lt;/P&gt;&lt;P&gt;Runtime error &lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "C:\Program Files (x86)\ArcGIS\Desktop10.1\arcpy\arcpy\utils.py", line 181, in fn_&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return fn(*args, **kw)&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "C:\Program Files (x86)\ArcGIS\Desktop10.1\arcpy\arcpy\_mapping.py", line 915, in replaceWorkspaces&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return convertArcObjectToPythonObject(self._arc_object.replaceWorkspaces(*gp_fixargs((old_workspace_path, old_workspace_type, new_workspace_path, new_workspace_type, validate), True)))&lt;/P&gt;&lt;P&gt;ValueError: MapDocObject: Unexpected error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 19:10:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-error-question/m-p/678196#M52538</guid>
      <dc:creator>DEAF_PROBERT_68</dc:creator>
      <dc:date>2015-01-23T19:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Python error question</title>
      <link>https://community.esri.com/t5/python-questions/python-error-question/m-p/678197#M52539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you set you mxd variable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 19:24:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-error-question/m-p/678197#M52539</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-01-23T19:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Python error question</title>
      <link>https://community.esri.com/t5/python-questions/python-error-question/m-p/678198#M52540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mxd = arcpy.mapping.MapDocument("CURRENT")&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 19:35:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-error-question/m-p/678198#M52540</guid>
      <dc:creator>DEAF_PROBERT_68</dc:creator>
      <dc:date>2015-01-23T19:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Python error question</title>
      <link>https://community.esri.com/t5/python-questions/python-error-question/m-p/678199#M52541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That shouldn't be a problem if you run the code from the Python Window inside ArcMap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happens if you place an &lt;STRONG&gt;r&lt;/STRONG&gt; before &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;"E:\State_mosaic\Elevations.gdb":&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="python" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14220420299147786 jive_text_macro" jivemacro_uid="_14220420299147786" modifiedtitle="true"&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;mxd.replaceWorkspaces("","NONE",r"E:\State_mosaic\Elevations.gdb","FILEGDB_WORKSPACE",True)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 19:42:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-error-question/m-p/678199#M52541</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-01-23T19:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Python error question</title>
      <link>https://community.esri.com/t5/python-questions/python-error-question/m-p/678200#M52542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I put that damn r into what you suggest and it worked ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the "r" stand for reclusive , correct ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 19:48:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-error-question/m-p/678200#M52542</guid>
      <dc:creator>DEAF_PROBERT_68</dc:creator>
      <dc:date>2015-01-23T19:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Python error question</title>
      <link>https://community.esri.com/t5/python-questions/python-error-question/m-p/678201#M52543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad it worked. The r is for "Raw String Notation":&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.python.org/3.3/library/re.html#raw-string-notation" title="https://docs.python.org/3.3/library/re.html#raw-string-notation"&gt;https://docs.python.org/3.3/library/re.html#raw-string-notation&lt;/A&gt;&amp;nbsp; (sorry 3.3 docs)&lt;A href="https://docs.python.org/3.3/library/re.html#raw-string-notation" title="https://docs.python.org/3.3/library/re.html#raw-string-notation"&gt;https://docs.python.org/3.3/library/re.html#raw-string-notation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you copy and paste a path in python code it will probably be invalid since you have to use double backward slashed, forwards slashes or the r in front of the string holding the path. Normally the last option is the easiest,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 19:54:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-error-question/m-p/678201#M52543</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-01-23T19:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Python error question</title>
      <link>https://community.esri.com/t5/python-questions/python-error-question/m-p/678202#M52544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you saying that when I copy and paste the code into python window in ArcMap&amp;nbsp; does it give you an errors ?&lt;/P&gt;&lt;P&gt;So that means do I have to re-type them ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 20:25:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-error-question/m-p/678202#M52544</guid>
      <dc:creator>DEAF_PROBERT_68</dc:creator>
      <dc:date>2015-01-23T20:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Python error question</title>
      <link>https://community.esri.com/t5/python-questions/python-error-question/m-p/678203#M52545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Earlier I mention that it worked.. That was all about the file geodatabase. Now I have one shapefile in the same mxd that did not&amp;nbsp; replace to the new workspace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; mxd = arcpy.mapping.MapDocument("CURRENT")&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; path = "E:\ned10DEM\Contours"&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; mxd.replaceWorkspaces(r"\E:\FY2011_projects\10mNED\Contours","SHAPEFILE_WORKSPACE", path + r"\","SHAPEFILE_WORKSPACE")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still got an error here : Parsing error SyntaxError: invalid syntax (line 1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 20:34:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-error-question/m-p/678203#M52545</guid>
      <dc:creator>DEAF_PROBERT_68</dc:creator>
      <dc:date>2015-01-23T20:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Python error question</title>
      <link>https://community.esri.com/t5/python-questions/python-error-question/m-p/678204#M52546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;mxd = arcpy.mapping.MapDocument("CURRENT")
path = r"E:\ned10DEM\Contours"
mxd.replaceWorkspaces(r"E:\FY2011_projects\10mNED\Contours","SHAPEFILE_WORKSPACE", path,"SHAPEFILE_WORKSPACE")&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;each time you specify a path (as string) place the &lt;STRONG&gt;r&lt;/STRONG&gt; in front of it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:35:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-error-question/m-p/678204#M52546</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2021-12-12T04:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Python error question</title>
      <link>https://community.esri.com/t5/python-questions/python-error-question/m-p/678205#M52547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you using to run this code ? PyScripter ?&amp;nbsp; BTW Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 20:58:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-error-question/m-p/678205#M52547</guid>
      <dc:creator>DEAF_PROBERT_68</dc:creator>
      <dc:date>2015-01-23T20:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Python error question</title>
      <link>https://community.esri.com/t5/python-questions/python-error-question/m-p/678206#M52548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't run the code, but when I do I use PyScripter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 21:07:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-error-question/m-p/678206#M52548</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-01-23T21:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Python error question</title>
      <link>https://community.esri.com/t5/python-questions/python-error-question/m-p/678207#M52549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using Python Windows within ArcMap.&amp;nbsp; I think I need to try and use PyScripter. I have to ask my IT Specialist for permission to use it on my computer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 21:17:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-error-question/m-p/678207#M52549</guid>
      <dc:creator>DEAF_PROBERT_68</dc:creator>
      <dc:date>2015-01-23T21:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Python error question</title>
      <link>https://community.esri.com/t5/python-questions/python-error-question/m-p/678208#M52550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I'm correct you can download the ZIP which does not need an installation...&lt;/P&gt;&lt;P&gt;&lt;A href="https://code.google.com/p/pyscripter/downloads/list" title="https://code.google.com/p/pyscripter/downloads/list"&gt;Downloads - pyscripter - An open-source Python Integrated Development Environment (IDE) - Google Project Hosting&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;zip file for registry free installation&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 21:21:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-error-question/m-p/678208#M52550</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-01-23T21:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Python error question</title>
      <link>https://community.esri.com/t5/python-questions/python-error-question/m-p/678209#M52551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It installs with a different shortcut for each Python version. Do we need to make sure we are running the PyScripter for Python 2.7 so it's "compatible" with ArcGIS? I seem to remember something about this being the case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 23:55:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-error-question/m-p/678209#M52551</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2015-01-23T23:55:05Z</dc:date>
    </item>
  </channel>
</rss>

