Issues With Threading

2005-07-12 Thread Your Friend
Hello All, I'm having issues capturing the output from a program while using threading. Program runs ok when I run without threading. Here's my Python code and the Java class that is called by it. Python : #!/usr/bin/python import popen2 import threading for id in range( 10 ) : (

Read System.out.println From Java Using popen ?

2005-06-15 Thread Your Friend
Hello All, I'm relatively new to Python programming but have been working on this problem for a little bit now ... I initially began writing UNIX scripts in Python and thought it was the greatest because I could do the following very easily : pswwaux = os.popen( ps wwaux | grep /usr/sbin/httpd )