<?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: ExportToPNG error in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/exporttopng-error/m-p/348740#M27339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you attempt to save the&amp;nbsp;PNG to a location that you do not have permission, ArcMap will give an error&amp;nbsp;like the one you received.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Feb 2018 20:45:27 GMT</pubDate>
    <dc:creator>RandyBurton</dc:creator>
    <dc:date>2018-02-14T20:45:27Z</dc:date>
    <item>
      <title>ExportToPNG error</title>
      <link>https://community.esri.com/t5/python-questions/exporttopng-error/m-p/348739#M27338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have this code, which is basically copied from the online help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arcpy
mxd &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;mapping&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;MapDocument&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"CURRENT"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;mapping&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ExportToPNG&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;mxd&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;"D:\t.png"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It generates this error:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;Runtime error 
Traceback (most recent call last):
 File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt;
 File "c:\program files (x86)\arcgis\desktop10.3\arcpy\arcpy\utils.py", line 182, in fn_
 return fn(*args, **kw)
 File "c:\program files (x86)\arcgis\desktop10.3\arcpy\arcpy\mapping.py", line 1228, in ExportToPNG
 layout.exportToPNG(*args)
 File "c:\program files (x86)\arcgis\desktop10.3\arcpy\arcpy\utils.py", line 182, in fn_
 return fn(*args, **kw)
 File "c:\program files (x86)\arcgis\desktop10.3\arcpy\arcpy\arcobjects\mixins.py", line 586, in exportToPNG
 return self._arc_object.exportToPNG(*args)
AttributeError: PageLayoutObject: Error in parsing arguments for ExportToPNG
&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exporting the map using file, export, works fine. I tried making the path on C: and that fails too. I tried using exportToJPEG and got the same sort of error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:24:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/exporttopng-error/m-p/348739#M27338</guid>
      <dc:creator>RobertRogers</dc:creator>
      <dc:date>2021-12-11T16:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: ExportToPNG error</title>
      <link>https://community.esri.com/t5/python-questions/exporttopng-error/m-p/348740#M27339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you attempt to save the&amp;nbsp;PNG to a location that you do not have permission, ArcMap will give an error&amp;nbsp;like the one you received.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 20:45:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/exporttopng-error/m-p/348740#M27339</guid>
      <dc:creator>RandyBurton</dc:creator>
      <dc:date>2018-02-14T20:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: ExportToPNG error</title>
      <link>https://community.esri.com/t5/python-questions/exporttopng-error/m-p/348741#M27340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The arcmap help topic for the current version of arcmap has a different code sample.&amp;nbsp; Perhaps the 10.3 version was incorrect &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-mapping/exporttopng.htm"&gt;ExportToPng&lt;/A&gt; help topic, But as Randy suggests it is more likely that you aren't allowed to write to the &lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt; drive or it may be a USB drive or something not quite 'real'.&amp;nbsp; Try putting it in a folder in the drive r'D:\test\t.png' for instance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 21:10:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/exporttopng-error/m-p/348741#M27340</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-02-14T21:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: ExportToPNG error</title>
      <link>https://community.esri.com/t5/python-questions/exporttopng-error/m-p/348742#M27341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this code after creating a D:\test folder:&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;mapping&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ExportToPNG&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;mxd&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;"D:\test\t.png"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the same error. I added "ALL APPLICATION PACKAGES" write permissions for the test folder but that didn't help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D is a physical drive in my PC. All my data is stored on it; I don't have any trouble writing to it using the arcMap menus.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if this is significant but if I run this code: &lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;mapping&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ExportToPNG&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;mxd&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;"D:\test\t.png"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; df&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Then I get a slightly different error:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;Runtime error 
Traceback (most recent call last):
 File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt;
 File "c:\program files (x86)\arcgis\desktop10.3\arcpy\arcpy\utils.py", line 182, in fn_
 return fn(*args, **kw)
 File "c:\program files (x86)\arcgis\desktop10.3\arcpy\arcpy\mapping.py", line 1228, in ExportToPNG
 layout.exportToPNG(*args)
AttributeError: DataFrameObject: Error in parsing arguments for ExportToPNG&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:24:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/exporttopng-error/m-p/348742#M27341</guid>
      <dc:creator>RobertRogers</dc:creator>
      <dc:date>2021-12-11T16:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: ExportToPNG error</title>
      <link>https://community.esri.com/t5/python-questions/exporttopng-error/m-p/348743#M27342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the first case, the 'AttributeError'&amp;nbsp; was associated with the PageLayoutObject and in the second it was the DataFrameObject, it is as if the object isn't being obtained suggesting that you need more than the *.mxd name... see line 2 below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;mxd = arcpy.mapping.MapDocument(r"C:\Project\Project.mxd") 
df = arcpy.mapping.ListDataFrames(mxd, "Transportation")[0] 
arcpy.mapping.ExportToPNG(mxd, r"C:\Project\Output\ProjectDataFrame.png", df, df_export_width=1600, df_export_height=1200, world_file=True) &lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:24:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/exporttopng-error/m-p/348743#M27342</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-11T16:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: ExportToPNG error</title>
      <link>https://community.esri.com/t5/python-questions/exporttopng-error/m-p/348744#M27343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I forgot to mention that I have:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;df = arcpy.mapping.ListDataFrames(mxd, "Layers")[0]&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;That part seems to be working because if I do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;lyr &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;mapping&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ListLayers&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;mxd&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"*Income"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;df&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;‍
&lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt; lyr&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Then it outputs the full name of the layer: "Median Household Income"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:24:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/exporttopng-error/m-p/348744#M27343</guid>
      <dc:creator>RobertRogers</dc:creator>
      <dc:date>2021-12-11T16:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: ExportToPNG error</title>
      <link>https://community.esri.com/t5/python-questions/exporttopng-error/m-p/348745#M27344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By any chance are you trying to overwrite an existing PNG? Also, there is a similar tool to export to PDF (&lt;SPAN&gt;arcpy&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;mapping&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;ExportToPDF).&amp;nbsp; If you try it, do you also get an error?&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 22:47:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/exporttopng-error/m-p/348745#M27344</guid>
      <dc:creator>RandyBurton</dc:creator>
      <dc:date>2018-02-14T22:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: ExportToPNG error</title>
      <link>https://community.esri.com/t5/python-questions/exporttopng-error/m-p/348746#M27345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you do not need to specify a dataframe for your output, just try replace df variable with string "PAGE_LAYOUT".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are specifying a dataframe, make sure your wildcard string to filter the dataframe name is correctly spelled? maybe a typo error or an extra white space at the end of the dataframe name?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 22:54:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/exporttopng-error/m-p/348746#M27345</guid>
      <dc:creator>ChrisPedrezuela</dc:creator>
      <dc:date>2018-02-14T22:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: ExportToPNG error</title>
      <link>https://community.esri.com/t5/python-questions/exporttopng-error/m-p/348747#M27346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is an empty folder.&lt;BR /&gt;&lt;BR /&gt;I didn't try ExportToPDF but I did try ExportToJPEG and it gave me the same sorts of errors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 01:32:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/exporttopng-error/m-p/348747#M27346</guid>
      <dc:creator>RobertRogers</dc:creator>
      <dc:date>2018-02-15T01:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: ExportToPNG error</title>
      <link>https://community.esri.com/t5/python-questions/exporttopng-error/m-p/348748#M27347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;I tried "PAGE_LAYOUT" and it gave similar results. I also tried not providing anything and that didn't work either.&lt;BR /&gt;&lt;BR /&gt;The wildcard filter is *Income, and lry reports that it is Median Household Income, so I think the wildcard is working properly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 01:34:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/exporttopng-error/m-p/348748#M27347</guid>
      <dc:creator>RobertRogers</dc:creator>
      <dc:date>2018-02-15T01:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: ExportToPNG error</title>
      <link>https://community.esri.com/t5/python-questions/exporttopng-error/m-p/348749#M27348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And file, export still works? Hmmm...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 01:50:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/exporttopng-error/m-p/348749#M27348</guid>
      <dc:creator>RandyBurton</dc:creator>
      <dc:date>2018-02-15T01:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: ExportToPNG error</title>
      <link>https://community.esri.com/t5/python-questions/exporttopng-error/m-p/348750#M27349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. Exporting using the menus continues to work fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 13:19:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/exporttopng-error/m-p/348750#M27349</guid>
      <dc:creator>RobertRogers</dc:creator>
      <dc:date>2018-02-15T13:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: ExportToPNG error</title>
      <link>https://community.esri.com/t5/python-questions/exporttopng-error/m-p/348751#M27350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you running your code in the Python window inside ArcMap?&amp;nbsp; Or are you using an IDE outside ArcMap?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 17:37:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/exporttopng-error/m-p/348751#M27350</guid>
      <dc:creator>RandyBurton</dc:creator>
      <dc:date>2018-02-15T17:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: ExportToPNG error</title>
      <link>https://community.esri.com/t5/python-questions/exporttopng-error/m-p/348752#M27351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Things are working now.&lt;BR /&gt;&lt;BR /&gt;I decided to upgrade from 10.3 to 10.6. After quitting all my running programs and starting the install process, the installer complained that ArcMap was still running. Task manager showed that it was still running, and using 13% of the CPU.&lt;BR /&gt;&lt;BR /&gt;I suspect that the phantom ArcMap instance must have been doing something that was causing the problems. I should have taken my own advice and restarted the PC and I bet it would have worked from the start!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 19:52:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/exporttopng-error/m-p/348752#M27351</guid>
      <dc:creator>RobertRogers</dc:creator>
      <dc:date>2018-02-15T19:52:59Z</dc:date>
    </item>
  </channel>
</rss>

