<?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: No module named win32.com.client in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/no-module-named-win32-com-client/m-p/310168#M24160</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you install the pywin32 x64-bit version on the ArcGIS Server box?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Dec 2013 17:11:36 GMT</pubDate>
    <dc:creator>AndrewChapkowski</dc:creator>
    <dc:date>2013-12-17T17:11:36Z</dc:date>
    <item>
      <title>No module named win32.com.client</title>
      <link>https://community.esri.com/t5/python-questions/no-module-named-win32-com-client/m-p/310167#M24159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi to all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i've installed pwin32 to write ax excel file with a python script and after i've published the script in a geoprocessing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Published correctly,when i launch i have the error &lt;/SPAN&gt;&lt;STRONG&gt;No module named win32.com.client&lt;/STRONG&gt;&lt;SPAN&gt;. I'm using arcgis suite 10.2 on windows 2008 r2. I read around many post that the problem can be a environment variable or path variable to be set.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone encountered this issue and can give me any suggest ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you in advanced&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Attach the screenshot of the error i have&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Giorgio&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 16:56:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/no-module-named-win32-com-client/m-p/310167#M24159</guid>
      <dc:creator>MarcoRosa</dc:creator>
      <dc:date>2013-12-17T16:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: No module named win32.com.client</title>
      <link>https://community.esri.com/t5/python-questions/no-module-named-win32-com-client/m-p/310168#M24160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you install the pywin32 x64-bit version on the ArcGIS Server box?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 17:11:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/no-module-named-win32-com-client/m-p/310168#M24160</guid>
      <dc:creator>AndrewChapkowski</dc:creator>
      <dc:date>2013-12-17T17:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: No module named win32.com.client</title>
      <link>https://community.esri.com/t5/python-questions/no-module-named-win32-com-client/m-p/310169#M24161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi ,&amp;nbsp; i've installed the 32 bit version , but the operative system is 64 bit ..... this can be the problem ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 19:47:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/no-module-named-win32-com-client/m-p/310169#M24161</guid>
      <dc:creator>MarcoRosa</dc:creator>
      <dc:date>2013-12-17T19:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: No module named win32.com.client</title>
      <link>https://community.esri.com/t5/python-questions/no-module-named-win32-com-client/m-p/310170#M24162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ArcGIS Server uses 64-bit python, not 32-bit, therefore, you need to install the 64-bit version of win32 on the server machine.&amp;nbsp; To run the tool local, not published, you need to have the 32-bit version of the module.&amp;nbsp; It's ok to install both the 32-bit and 64-bit versions of the same module on the same machine if you have both desktop and server installed because you have two seperate installation of python 2.7.x installed on that machine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if installing the 64-bit version fixes your issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 08:58:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/no-module-named-win32-com-client/m-p/310170#M24162</guid>
      <dc:creator>AndrewChapkowski</dc:creator>
      <dc:date>2013-12-18T08:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: No module named win32.com.client</title>
      <link>https://community.esri.com/t5/python-questions/no-module-named-win32-com-client/m-p/310171#M24163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Andrew , yesterday i was out of the office,&amp;nbsp; today i'll install the 64 bit version on the same machine , on wich as you correclty say, i have installed both Arcgis desktop and Arcgis server version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I let you know thank's again&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Giorgio&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 06:54:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/no-module-named-win32-com-client/m-p/310171#M24163</guid>
      <dc:creator>MarcoRosa</dc:creator>
      <dc:date>2013-12-19T06:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: No module named win32.com.client</title>
      <link>https://community.esri.com/t5/python-questions/no-module-named-win32-com-client/m-p/310172#M24164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Andrew,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it' works (:D:D:D:D:D:D:D:D:D:D:D:D) , but not without problems .....&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now explain the steps to get the procedur works ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) download and install, as yous suggestion, the version 64 bit of win 32 , exactly the file is &lt;/SPAN&gt;&lt;STRONG&gt;pywin32-218.win-amd64-py2.7.exe[/B&lt;BR /&gt;], previously i installed &lt;B&gt;pywin32-218.win32-py2.7.exe&lt;/B&gt;&lt;/STRONG&gt;&lt;B&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But just this it' not enought to solve the problem: after install pwin 64 bit , i have this error on Open method as described here&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;xl.Workbooks.Open(file_path)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;File "&amp;lt;COMObject &amp;lt;unknown&amp;gt;&amp;gt;", line 8, in Open&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well , the way to fix this is described in this post ... &lt;/SPAN&gt;&lt;A href="http://stackoverflow.com/questions/12571985/task-scheduler-wont-run-python-script-pywin32-to-open-excel-how-to-get-more"&gt;http://stackoverflow.com/questions/12571985/task-scheduler-wont-run-python-script-pywin32-to-open-excel-how-to-get-more&lt;/A&gt;&lt;SPAN&gt; , at the bottom there's a link to microsoft page ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To fix ... it's necessary to create these folder :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt; if you have Windows 2008 Server x64&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Windows\SysWOW64\config\systemprofile\Desktop&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;if you have Windows 2008 Server x86&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Windows\System32\config\systemprofile\Desktop&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After creating the folder all works good. Hope this will help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank's Andrew for the suggestion, merry christmas to all&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Giorgio&lt;/SPAN&gt;&lt;/B&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 08:23:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/no-module-named-win32-com-client/m-p/310172#M24164</guid>
      <dc:creator>MarcoRosa</dc:creator>
      <dc:date>2013-12-19T08:23:11Z</dc:date>
    </item>
  </channel>
</rss>

