Re: [python-win32] AMD64 build 220 for python 3.6 - installer looking for registry entry 3.6-32 which is probably incorrect for the x64 installer

2017-02-13 Thread pywin32
wrote: Not a solution per say but a workaround if you are interested is: 1) Download the pywin32 in the wheel format from Christoph Gohlke's, "thanks god it exists" site http://www.lfd.uci.edu/~gohlke/pythonlibs/#pywin32 <http://www.lfd.uci.edu/%7Egohlke/pythonlibs/#pywin32>

[python-win32] AMD64 build 220 for python 3.6 - installer looking for registry entry 3.6-32 which is probably incorrect for the x64 installer

2017-02-13 Thread pywin32
On Win 7 Enterprise 64-bit, with 64-bit python 3.6 I downloaded and ran as administrator the following AMD64 build of 220 for python 3.6: pywin32-220.win-amd64-py3.6.exe The installer gets stuck after looking for registry entry "3.6-32", which is probably incorrect for the x64

[python-win32] Re: Constants quit working under Python 2.5

2007-04-09 Thread kc106_2005-pywin32
Hi list, I upgraded to Python 2.5 for evaluation and testing. After installing the pywin32-210.win32-py2.5.exe, I found that the constants module doesn't work. For example, this code fails: from win32com.client import Dispatch, constants print constants.xlDown I re

[python-win32] Setting attributes to a number of Excel cells

2006-10-30 Thread kc106_2005-pywin32
Hello list, We all know that it's better to set the values of a spreadsheet by building a squared virtual sheet first and then copy the whole thing over with one single range...value call. But Is there a more efficient way to set the attributes of a number of cells in Excel? I am noticing a

[python-win32] Excel corrupted display problem

2006-08-17 Thread kc106_2005-pywin32
Hi list, I have a Python script that pops up Excel, fill it, and then continue. If the user clicks on my Python side to close Excel (via a call to the Quit() function), then I can reopen it later via another dispatch call and so forth. However, if the user close Excel from the Excel side, next