The error looks like this: File \"C:\\Python27\\lib\\site-packages\\win32com\\client\\__init__.py\", l开发者_Python百科ine 471, i
I have been struggling to assign an a开发者_如何学Cttribute to an object (or is it an instance)
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
I have some problem with opening Excel document in web application running under Apache(mod_wsgi)/Windows 2008 Server (there is no
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
I got the following traceb开发者_如何学Goack in my setup script: Exception in Tkinter callback Traceback (most recent call last):
when programming a kind of backup application, I did an evaluation of file copying performance on Windows.
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:
I am making html to doc converter from win32com.client import Dispatch wrd=Dispatch(\'Word.Application\')
I used to have this code in Visual Basic: rpt.ParameterFields.GetItemByName(\"RowDate\").AddCurrentValu开发者_开发百科e CDate(\"2010-03-19\")