[python-win32] The "right" way to handle permission issues

2011-05-30 Thread Gremlin
Hello, I'm having some trouble with Windows 7 and probably Windows Vista as well. My application runs elevated and has to create files and folders within the "Program Files"-Folder. (I can't store the files at another place.) I'm using the os module (Python 2.7), rsync, 7zip and gzip to create

[python-win32] Excel "stopped working" after reading in sheet names

2011-05-30 Thread Mark Mordeca
Greetings, I would appreciate any help I could get with the following problem. 30% of the time after running the following code to get the sheet names out of an excel file, I will receive a windows error saying that “Microsoft Office Excel has stopped working”. Code: xl=win32com.client.Disp

Re: [python-win32] The "right" way to handle permission issues

2011-05-30 Thread Mark Hammond
On 31/05/2011 3:58 AM, Gremlin wrote: Hello, I’m having some trouble with Windows 7 and probably Windows Vista as well. My application runs elevated and has to create files and folders within the “Program Files”-Folder. (I can’t store the files at another place.) I’m using the os module (Python