win32com
Python script(win32com, excel) crashes when I edit another open workbook. Is this the expected behavior, can I prevent this?
The error looks like this: File \"C:\\Python27\\lib\\site-packages\\win32com\\client\\__init__.py\", l开发者_Python百科ine 471, i[详细]
2023-02-16 13:09 分类:问答How can I confidently set the attributes of dispatched objects using win32com
I have been struggling to assign an a开发者_如何学Cttribute to an object (or is it an instance)[详细]
2023-02-14 21:45 分类:问答Handle Excel Message Box from Within Python using Win32com
I am trying to process some files that were supposed to be xls files but it turns out they are something else (according to some help I received on the python-excel board these are Web Archive files o[详细]
2023-02-14 21:24 分类:问答win32com + Excel + Django + Apache = problem
I have some problem with opening Excel document in web application running under Apache(mod_wsgi)/Windows 2008 Server (there is no[详细]
2023-02-06 15:48 分类:问答Tracking COM object error in application
I was using an application and it was working perfect. After some months of not using it, I tried to run it and it doesn\'t work. It shows a message box saying that it cannot instan开发者_开发百科ce a[详细]
2023-01-31 16:19 分类:问答Python win32com Error
I got the following traceb开发者_如何学Goack in my setup script: Exception in Tkinter callback Traceback (most recent call last):[详细]
2023-01-28 06:11 分类:问答Python x64 bit on Windows x64 copy file performance evaluation / problem
when programming a kind of backup application, I did an evaluation of file copying performance on Windows.[详细]
2023-01-27 03:51 分类:问答What programming languages have access to the WinAPI?
I\'m looking to start a new programming language and for my first task I want to overlay some text on another applications window, 开发者_JS百科similar to the guy in this post:[详细]
2023-01-25 14:03 分类:问答How to save pictures to document with Python win32com
I am making html to doc converter from win32com.client import Dispatch wrd=Dispatch(\'Word.Application\')[详细]
2023-01-25 10:37 分类:问答Python Visual Basic's CDate equivalent
I used to have this code in Visual Basic: rpt.ParameterFields.GetItemByName(\"RowDate\").AddCurrentValu开发者_开发百科e CDate(\"2010-03-19\")[详细]
2023-01-20 15:48 分类:问答