Re: how to run os.execv() to run command pslq dbname < gen.command

2007-08-04 Thread Alex Popescu
Steve Holden <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > Sonu wrote: >> hello all , >> > I want to watch my TV, but it's not working. Can you tell me how to > fix it? ... > I can help you... but only with a couple of channels :-). >> i need to run psql from my py file,, >> for that

Re: how to run os.execv() to run command pslq dbname < gen.command

2007-08-04 Thread Steve Holden
Sonu wrote: > hello all , > i need to run psql from my py file,, > for that i am using : os.execv(path for psql ,['psql dbname < > gen.command']) > but its not working .. > I want to watch my TV, but it's not working. Can you tell me how to fix it? ... > the command wht i want to run fr

how to run os.execv() to run command pslq dbname < gen.command

2007-08-04 Thread Sonu
hello all , i need to run psql from my py file,, for that i am using : os.execv(path for psql ,['psql dbname < gen.command']) but its not working .. the command wht i want to run from this py file is :>>>psql dbname < gen.command where gen.command file contain some command to create csv