Please help help ..... for threading

2008-02-14 Thread silkenpy
Hi, please help me to find a solution to run this program correctlly or tell me my basic mistake. import thread import threading import time from jpype import * def sleepFunction(): print"ya ali" classpath = "-Djava.class.path=praat.jar" startJVM(getDefaultJVMPath(

problem with jpype and thread

2008-02-05 Thread silkenpy
I start using thread with simple example but now I have some problem. PYTHON is the best=== import threading import time from jpype import * def sleepFunction(): print"ya ali" classpath = "-Djava.class.path=praat.jar" startJVM(getDefaultJVMPa