I am running Kivy and Python properly when it is only Kivy as
<SPAN class="keyword token">import</SPAN> kivy
kivy<SPAN class="punctuation token">.</SPAN>require<SPAN class="punctuation token">(</SPAN><SPAN class="string token">'1.0.6'</SPAN><SPAN class="punctuation token">)</SPAN>
<SPAN class="keyword token">from</SPAN> kivy<SPAN class="punctuation token">.</SPAN>app <SPAN class="keyword token">import</SPAN> App
<SPAN class="keyword token">from</SPAN> kivy<SPAN class="punctuation token">.</SPAN>uix<SPAN class="punctuation token">.</SPAN>label <SPAN class="keyword token">import</SPAN> Label
but when I add ArcGIS Python library called ArcPy like below