Re: Microsoft Vista and os.exec

2007-08-21 Thread brad
franko353 wrote: > I have wxPython programs that work fine in Win2000/XP using os.exec(). > > They do not work in MS Vista. Has anyone else had any luck with > exec()? > > I keep getting an 'invalid option' error. > > It turn out it was really a security issue and I had to move to a > "win32proc

Microsoft Vista and os.exec

2007-08-21 Thread franko353
I have wxPython programs that work fine in Win2000/XP using os.exec(). They do not work in MS Vista. Has anyone else had any luck with exec()? I keep getting an 'invalid option' error. It turn out it was really a security issue and I had to move to a "win32process.CreateProcess" solution to fix