[python-win32] Excel Workbooks Exception

2014-01-31 Thread Mark Mordeca
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,

Re: [python-win32] Excel Workbooks Exception

2014-01-31 Thread Tim Golden
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.

Re: [python-win32] Excel Workbooks Exception

2014-01-31 Thread Mark Mordeca
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

Re: [python-win32] Building Python-2.7.6 for 64bit Windows

2014-01-31 Thread Tim Roberts
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