<?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 Kivy DLL load failed on Using ArcGIS ArcPy in Python Snippets Questions</title>
    <link>https://community.esri.com/t5/python-snippets-questions/python-kivy-dll-load-failed-on-using-arcgis-arcpy/m-p/831628#M425</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How did you install kivy? It looks like it didn't install correctly, and is missing the necessary C-extensions (here, Cython based) in order to run.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 Mar 2017 05:04:28 GMT</pubDate>
    <dc:creator>ShaunWalbridge</dc:creator>
    <dc:date>2017-03-19T05:04:28Z</dc:date>
    <item>
      <title>Python Kivy DLL load failed on Using ArcGIS ArcPy</title>
      <link>https://community.esri.com/t5/python-snippets-questions/python-kivy-dll-load-failed-on-using-arcgis-arcpy/m-p/831625#M422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;I am running Kivy and Python properly when it is only Kivy as&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; kivy
kivy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;require&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'1.0.6'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; 

&lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; kivy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;app &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; App
&lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; kivy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;uix&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;label &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; Label‍‍‍‍‍&lt;/CODE&gt;&lt;/PRE&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;but when I add ArcGIS Python library called ArcPy like below&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&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
&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; kivy
kivy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;require&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'1.0.6'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; 

&lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; kivy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;app &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; App
&lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; kivy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;uix&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;label &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; Label&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;/CODE&gt;&lt;/PRE&gt;&lt;/PRE&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;I am getting following error:&lt;/P&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;Message File Name Line Position&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote" style="color: #242729; background-color: #fff8dc; border-width: 0px 0px 0px 2px; border-style: initial initial initial solid; border-color: initial initial initial #ffeb8e; margin: 0px 0px 10px; padding: 10px;"&gt;&lt;P style="border: 0px;"&gt;Traceback&lt;BR /&gt;5&lt;BR /&gt;C:\Python27\ArcGIS10.4\lib\site-packages\kivy\app.py 327&lt;BR /&gt;C:\Python27\ArcGIS10.4\lib\site-packages\kivy\uix\widget.py 219&lt;BR /&gt;C:\Python27\ArcGIS10.4\lib\site-packages\kivy\graphics__init__.py 89&lt;BR /&gt;init kivy.graphics.instructions (kivy\graphics\instructions.c:14640) kivy\graphics\vbo.pxd 7&lt;BR /&gt;init kivy.graphics.vbo (kivy\graphics\vbo.c:5482) kivy\graphics\compiler.pxd 1&lt;BR /&gt;init kivy.graphics.compiler (kivy\graphics\compiler.c:2983) kivy\graphics\shader.pxd 5&lt;BR /&gt;init kivy.graphics.shader (kivy\graphics\shader.c:11990) kivy\graphics\texture.pxd 3&lt;BR /&gt;init kivy.graphics.texture (kivy\graphics\texture.c:31800) kivy\graphics\fbo.pxd 5&lt;BR /&gt;init kivy.graphics.fbo (kivy\graphics\fbo.c:7683) kivy\graphics\fbo.pyx 84 ImportError: DLL load failed: The specified procedure could not be found.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;can you please let me know why this is happening and how I can fix it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:03:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-snippets-questions/python-kivy-dll-load-failed-on-using-arcgis-arcpy/m-p/831625#M422</guid>
      <dc:creator>BehrouzHosseini</dc:creator>
      <dc:date>2021-12-12T10:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Python Kivy DLL load failed on Using ArcGIS ArcPy</title>
      <link>https://community.esri.com/t5/python-snippets-questions/python-kivy-dll-load-failed-on-using-arcgis-arcpy/m-p/831626#M423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bengi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this your actual code:&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; arcpyimport kivy kivy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;require&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'1.0.6'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; kivy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;app &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; Appfrom kivy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;uix&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;label &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; Label&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;Separate your imports to additional lines:&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
&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; kivy kivy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;require&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'1.0.6'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&amp;nbsp; 
&lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; kivy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;app &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; App 
&lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; kivy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;uix&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;label &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; Label&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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;~Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:03:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-snippets-questions/python-kivy-dll-load-failed-on-using-arcgis-arcpy/m-p/831626#M423</guid>
      <dc:creator>AlexanderBrown5</dc:creator>
      <dc:date>2021-12-12T10:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Python Kivy DLL load failed on Using ArcGIS ArcPy</title>
      <link>https://community.esri.com/t5/python-snippets-questions/python-kivy-dll-load-failed-on-using-arcgis-arcpy/m-p/831627#M424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Alex but this is generating error on line two&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; kivy kivy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;require&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'1.0.6'&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;STRONG&gt;Invalid Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 15:56:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-snippets-questions/python-kivy-dll-load-failed-on-using-arcgis-arcpy/m-p/831627#M424</guid>
      <dc:creator>BehrouzHosseini</dc:creator>
      <dc:date>2017-03-16T15:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Python Kivy DLL load failed on Using ArcGIS ArcPy</title>
      <link>https://community.esri.com/t5/python-snippets-questions/python-kivy-dll-load-failed-on-using-arcgis-arcpy/m-p/831628#M425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How did you install kivy? It looks like it didn't install correctly, and is missing the necessary C-extensions (here, Cython based) in order to run.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Mar 2017 05:04:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-snippets-questions/python-kivy-dll-load-failed-on-using-arcgis-arcpy/m-p/831628#M425</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2017-03-19T05:04:28Z</dc:date>
    </item>
  </channel>
</rss>

