Re: problem with "os.spawnle(os.P_NOWAIT,'C:\info.exe')"

2005-12-16 Thread muttu2244
Ya Thanks Fredrik, i had overwritten the os in my code indeed, now its working fine. thanks a lot for that regards -- http://mail.python.org/mailman/listinfo/python-list

Re: problem with "os.spawnle(os.P_NOWAIT,'C:\info.exe')"

2005-12-16 Thread Fredrik Lundh
[EMAIL PROTECTED] write; > i tried running a exe file info.exe from the spawnle cmd, its running > fine from the interactive mode, but when i try to run the same info.exe > file from a python file, its giving me the following error: > > #

problem with "os.spawnle(os.P_NOWAIT,'C:\info.exe')"

2005-12-15 Thread muttu2244
hi all i tried running a exe file info.exe from the spawnle cmd, its running fine from the interactive mode, but when i try to run the same info.exe file from a python file, its giving me the following error: ## Traceback (most recent ca