Re: [python-win32] win32serviceutil: ImportError: DLL load failed: The specified module could not be found

2014-05-27 Thread Jim Bell
I encountered the same mysterious symptom, but in a completely different context. DLLs mis-matched. Might be of use to you... http://curl.haxx.se/mail/curlpython-2014-05/0010.html On 2014-05-26 9:16 PM, Mark Hammond wrote: I see on python-list that this was solved by running the postInstall sc

Re: [python-win32] Excel Characters object

2014-05-27 Thread Tim Roberts
Niemann, Hartmut wrote: > > > I want to create an Excel file through the python COM interface. > > I can open the file, fill the cells, save the file. > > > > Now I want to color single characters in the cell content. > > > > In VBA ( see > > http://stackoverflow.com/questions/7618121/excel-v

[python-win32] Excel Characters object

2014-05-27 Thread Niemann, Hartmut
Hello! I want to create an Excel file through the python COM interface. I can open the file, fill the cells, save the file. Now I want to color single characters in the cell content. In VBA ( see http://stackoverflow.com/questions/7618121/excel-vba-change-color-of-certain-characters-in-a-cell) I