Hello,
I sometimes get a random exception when trying to open an Excel file. It
is not consistent. I will get the exception, and then try it again and it
will work fine.
Simple two lines of code:
xl=win32com.client.DispatchEx("Excel.Application")
book=xl.Workbooks.Open(self.__filename,
On 31/01/2014 15:08, Mark Mordeca wrote:
> I sometimes get a random exception when trying to open an Excel file.
> It is not consistent. I will get the exception, and then try it
> again and it will work fine.
> xl=win32com.client.DispatchEx("Excel.Application")
>
> book=xl.Workbooks.Open(self.
Thanks for your reply. Unfortunately, the traceback isn't helpful
it's just pointing to lines in my own code that arrive at calling these
two lines because I re-raise exceptions (I'm not going to get into the
details of this, it is just a fact of this part of code I have to deal
with because t
Bharath Ramesh wrote:
> We use numerous third party libraries, one being PyOpenSSL We have
> already rebuilt it with a newer version of OpenSSL. We continue to
> have the same issue. We have some part of the code that make secure
> connection using sockets, I think those end up using the ssl module