<?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: Installed module but cant see it? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/installed-module-but-cant-see-it/m-p/336060#M26339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;don't use pip if a conda variant is available, which it is, so you, or your admin, needs to do a&lt;/P&gt;&lt;P&gt;conda install pywin32&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jul 2019 17:18:46 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2019-07-03T17:18:46Z</dc:date>
    <item>
      <title>Installed module but cant see it?</title>
      <link>https://community.esri.com/t5/python-questions/installed-module-but-cant-see-it/m-p/336057#M26336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm a bit new to python libraries or modules.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to use the pypiwin32 module in my python script.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;typed cmd into cortana search and used the python cmd. I typed pip install pypiwin32. The screen shot below shows that it's already installed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when I try to import&amp;nbsp;&lt;SPAN&gt;pypiwin32&amp;nbsp;in ArcPro, Juptyer, IDLE it says it doesn't exists.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I did the same with xlsxwriter module and same results. What am I doing wrong here??&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/452191_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2019 01:56:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/installed-module-but-cant-see-it/m-p/336057#M26336</guid>
      <dc:creator>deleted-user-yC5VkbyXzrQR</dc:creator>
      <dc:date>2019-07-03T01:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Installed module but cant see it?</title>
      <link>https://community.esri.com/t5/python-questions/installed-module-but-cant-see-it/m-p/336058#M26337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have permissions to install in the base environment? or did you also create a clone?&lt;/P&gt;&lt;P&gt;An&amp;nbsp; using&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; conda list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;…. snip ….&lt;/P&gt;&lt;P&gt;pywin32&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 223&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; py36hfa6e2cd_1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pywin32's description&amp;nbsp;&lt;SPAN style="display: inline !important; float: none; background-color: #fdfdfd; color: #464646; font-family: Source Sans Pro,Helvetica,Arial,sans-serif; font-size: 17px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Python extensions for Microsoft Windows Provides access to much of the Win32 API, the ability to create and use COM objects, and the Pythonwin environment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And Mark Hammond is a maintainer.&lt;/P&gt;&lt;P&gt;pypiwin32 also has Mark Hammon as a maintainer, but there is no description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The difference between the two packages is listed here&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://code.activestate.com/lists/python-win32/13613/" title="https://code.activestate.com/lists/python-win32/13613/"&gt;Re: [python-win32] pywin32 und pypiwin32: what is the difference? « python-win32 « ActiveState List Archives&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so I suspect the pywin32 that is distributed by esri is fine, since they don't use wheels for distribution but conda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2019 02:48:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/installed-module-but-cant-see-it/m-p/336058#M26337</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-07-03T02:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Installed module but cant see it?</title>
      <link>https://community.esri.com/t5/python-questions/installed-module-but-cant-see-it/m-p/336059#M26338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had IT run python cmd as admin. I don't have admin rights to my computer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also when i try to import&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;pywin32 into my script it says that there's no module installed.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;When I do the conda list. It says pypiwin32 is there&amp;nbsp; ?&amp;nbsp; Idunno if that helps anything.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;IMG __jive_id="452238" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/452238_pastedImage_1.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/452239_pastedImage_1.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2019 14:03:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/installed-module-but-cant-see-it/m-p/336059#M26338</guid>
      <dc:creator>deleted-user-yC5VkbyXzrQR</dc:creator>
      <dc:date>2019-07-03T14:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Installed module but cant see it?</title>
      <link>https://community.esri.com/t5/python-questions/installed-module-but-cant-see-it/m-p/336060#M26339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;don't use pip if a conda variant is available, which it is, so you, or your admin, needs to do a&lt;/P&gt;&lt;P&gt;conda install pywin32&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2019 17:18:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/installed-module-but-cant-see-it/m-p/336060#M26339</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-07-03T17:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Installed module but cant see it?</title>
      <link>https://community.esri.com/t5/python-questions/installed-module-but-cant-see-it/m-p/336061#M26340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan, So i just did the&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;conda install pywin32 and when I go to arcpro and try to import pywin32 it doesnt do anything.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/452315_pastedImage_1.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/452316_pastedImage_2.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2019 19:43:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/installed-module-but-cant-see-it/m-p/336061#M26340</guid>
      <dc:creator>deleted-user-yC5VkbyXzrQR</dc:creator>
      <dc:date>2019-07-03T19:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Installed module but cant see it?</title>
      <link>https://community.esri.com/t5/python-questions/installed-module-but-cant-see-it/m-p/336062#M26341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/mhammond/pywin32" title="https://github.com/mhammond/pywin32" rel="nofollow noopener noreferrer" target="_blank"&gt;GitHub - mhammond/pywin32: Python for Windows (pywin32) Extensions&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.activestate.com/blog/tips-activepython-pywin32-and-virtualenv/" title="https://www.activestate.com/blog/tips-activepython-pywin32-and-virtualenv/" rel="nofollow noopener noreferrer" target="_blank"&gt;Tips on ActivePython, PyWin32 and virtualenv | ActiveState&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How about&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; win32api
dir&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;win32api&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'AbortSystemShutdown'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'Apply'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'Beep'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'BeginUpdateResource'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'ChangeDisplaySettings'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&lt;SPAN class="string token"&gt;'EnumResourceTypes'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'ExitWindows'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt; snip &lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&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;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:55:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/installed-module-but-cant-see-it/m-p/336062#M26341</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-11T15:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Installed module but cant see it?</title>
      <link>https://community.esri.com/t5/python-questions/installed-module-but-cant-see-it/m-p/336063#M26342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NICE! I got it working thanks Dan!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jul 2019 19:52:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/installed-module-but-cant-see-it/m-p/336063#M26342</guid>
      <dc:creator>deleted-user-yC5VkbyXzrQR</dc:creator>
      <dc:date>2019-07-05T19:52:59Z</dc:date>
    </item>
  </channel>
</rss>

