Re: Issues with in try except and excel spreadsheet

2017-03-14 Thread Rhodri James
On 14/03/17 14:26, padawanweb...@gmail.com wrote: As an example, If I have the excel file open and there is data that needs to be written to the excel file than the exception will catch this error: IOError: [Errno 13] Permission denied: 'C:\\Users\\Administrator\\Desktop\\Version5.0\\DeviceTra

Re: Issues with in try except and excel spreadsheet

2017-03-14 Thread padawanwebdev
On Tuesday, March 14, 2017 at 4:42:39 AM UTC-7, Rhodri James wrote: > On 13/03/17 20:37, padawanweb...@gmail.com wrote: > > On Monday, March 13, 2017 at 11:10:36 AM UTC-7, Rhodri James wrote: > >> On 13/03/17 17:40, padawanweb...@gmail.com wrote: > >>> Hello, I'm having a problem with a try except

Re: Issues with in try except and excel spreadsheet

2017-03-14 Thread Rhodri James
On 13/03/17 20:37, padawanweb...@gmail.com wrote: On Monday, March 13, 2017 at 11:10:36 AM UTC-7, Rhodri James wrote: On 13/03/17 17:40, padawanweb...@gmail.com wrote: Hello, I'm having a problem with a try except inside a while loop. The problem I see occuring has to do with an excel file the

Re: Issues with in try except and excel spreadsheet

2017-03-13 Thread padawanwebdev
On Monday, March 13, 2017 at 11:10:36 AM UTC-7, Rhodri James wrote: > On 13/03/17 17:40, padawanweb...@gmail.com wrote: > > Hello, I'm having a problem with a try except inside a while loop. The > > problem I see occuring has to do with an excel file the script tries to > > write to while the exc

Re: Issues with in try except and excel spreadsheet

2017-03-13 Thread Rhodri James
On 13/03/17 17:40, padawanweb...@gmail.com wrote: Hello, I'm having a problem with a try except inside a while loop. The problem I see occuring has to do with an excel file the script tries to write to while the excel file is open. The exception captures and gives an error: OError: [Errno 13]

Issues with in try except and excel spreadsheet

2017-03-13 Thread padawanwebdev
Hello, I'm having a problem with a try except inside a while loop. The problem I see occuring has to do with an excel file the script tries to write to while the excel file is open. The exception captures and gives an error: OError: [Errno 13] Permission denied:'C:\\Users\\Administrator\\Deskto