Hi, I am trying to open one python script from another using the following code:
command = 'python send.py -d %d -s %d -c %d -n %d -f trash_file.txt' %(dest_addr, sender_addr, cmd, seqno) os.popen(command) I get the broken pipe error for some reason. Can anyone please explain what is happening? Following are the file links if you want to reproduce the error: http://www.eden.rutgers.edu/~aanchan/input.txt http://www.eden.rutgers.edu/~aanchan/send.py http://www.eden.rutgers.edu/~aanchan/transceiver.py http://www.eden.rutgers.edu/~aanchan/trash_file.txt I am calling send.py from transceiver.py. The txt files are used as inputs. thanks and regards, -Sumit _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio