[Tinyos-help] Re: Installing pytos on RedHat 9.0

2006-04-10 Thread Vinayak Naik
Hi,I am successful in installing python2.4 and jpype. I have added $TOSROOT/contrib/python/pytos to my CLASSPATH. However, I couldn't import jimport. Here is the output: import jpype jpype.startJVM(jpype.getDefaultJVMPath()) from jpype import jimportTraceback (most recent call last): File stdin,

[Tinyos-help] Re: Installing pytos on RedHat 9.0

2006-04-10 Thread Vinayak Naik
Hi Kamin,Here is the output of jpype.getDefaultJVMPath() jpype.getDefaultJVMPath()'/opt/jre1.5.0_06/lib/i386/client/libjvm.so'I was able to import JObject and JProxy from jpype: from jpype import JObject from jpype import JProxyAlso, I could import Queue and sys.But I am not able to import