Hi,
I'm running XP SP3 and Python 2.6.2 and I'm trying to install pywin32-214
but it fails to load a DLL. The following is the error message I get at the
end of the install.
Traceback (most recent call last):
File "", line 601, in
File "", line 313, in install
ImportError: DLL load fail
Michael Mileusnich wrote:
>
> I figured fname was throwing an exception due to the fact I did not
> qualify .exe at the end of my command. Regardless, upon further
> investigation using a simple example such as:
> ...
> The service doe not start and gives me the untimely fashion error when
> win
I have a script on my server that is performing a win32com operation to
generate a MS Word document, and I am getting an error stating: (-2147418111,
'Call was rejected by callee', None,None).
How can I get around this error? What can cause it?
I am using python 2.6. Code below
Tha
Hi All ,
I'm developing webapplications in classic ASP, currently in VBscript ,
and making extensive use of WSCs to separate code from GUI. Because we
want to transfer over to Python, we are currently trying to implement
parts of our main project into python, to get familiar with the
language.