<?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: raw_input() and input() functions?  What happened to them in the ArcGISPython Win in Transportation Questions</title>
    <link>https://community.esri.com/t5/transportation-questions/raw-input-and-input-functions-what-happened-to/m-p/67221#M252</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: xiaowen&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there anyway to work around this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Nov 2010 19:38:59 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2010-11-29T19:38:59Z</dc:date>
    <item>
      <title>raw_input() and input() functions?  What happened to them in the ArcGISPython Window?</title>
      <link>https://community.esri.com/t5/transportation-questions/raw-input-and-input-functions-what-happened-to/m-p/67219#M250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;raw_input() and input() functions?&amp;nbsp; What happened to them in the ArcGIS Python Window? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I get a runtime error.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 19:26:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/raw-input-and-input-functions-what-happened-to/m-p/67219#M250</guid>
      <dc:creator>Ryan_Galbraith</dc:creator>
      <dc:date>2010-11-24T19:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: raw_input() and input() functions?  What happened to them in the ArcGISPython Win</title>
      <link>https://community.esri.com/t5/transportation-questions/raw-input-and-input-functions-what-happened-to/m-p/67220#M251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;STDIN is not functional in the Python window in ArcGIS 10 (the interpreter doesn't actually open stdin/stdout pipes to talk to the interpreter), and therefore input and raw_input do not work either.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 20:43:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/raw-input-and-input-functions-what-happened-to/m-p/67220#M251</guid>
      <dc:creator>JasonScheirer</dc:creator>
      <dc:date>2010-11-24T20:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: raw_input() and input() functions?  What happened to them in the ArcGISPython Win</title>
      <link>https://community.esri.com/t5/transportation-questions/raw-input-and-input-functions-what-happened-to/m-p/67221#M252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: xiaowen&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there anyway to work around this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 19:38:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/raw-input-and-input-functions-what-happened-to/m-p/67221#M252</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2010-11-29T19:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: raw_input() and input() functions?  What happened to them in the ArcGISPython Win</title>
      <link>https://community.esri.com/t5/transportation-questions/raw-input-and-input-functions-what-happened-to/m-p/67222#M253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;import win32api
win32api.MessageBox(0,"msgbox", "title")
win32api.MessageBox(0,"ok cancel?", "title",1)
win32api.MessageBox(0,"abort retry ignore?", "title",2)
win32api.MessageBox(0,"yes no cancel?", "title",3)
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use the Windows API to popup messages and store the response. Have a look in the Pythonwin help for additional tools.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also use Tkinter (standard library) to create a full dialog. See the example to create a scrolling list to supplement the data driven pages tool on the Resource Centre. Python Selection Script with Tkinter User Interface&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/gallery/file/geoprocessing/details?entryID=F0B54854-1422-2418-A0F6-37042FE94472" rel="nofollow noopener noreferrer" target="_blank"&gt;http://resources.arcgis.com/gallery/file/geoprocessing/details?entryID=F0B54854-1422-2418-A0F6-37042FE94472&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 22:35:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/raw-input-and-input-functions-what-happened-to/m-p/67222#M253</guid>
      <dc:creator>KimOllivier</dc:creator>
      <dc:date>2021-12-10T22:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: raw_input() and input() functions?  What happened to them in the ArcGISPython Win</title>
      <link>https://community.esri.com/t5/transportation-questions/raw-input-and-input-functions-what-happened-to/m-p/67223#M254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: rdg129&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That works!&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 14:32:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/raw-input-and-input-functions-what-happened-to/m-p/67223#M254</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-11-22T14:32:12Z</dc:date>
    </item>
  </channel>
</rss>

