####################################################################
For python 3.2 i think there is no support of jpype ?
####################################################################
my python shell crash after run startJVM (i use python2.7 and jpype 5.4)....
####################################################################
When i use python 2.5 and jpype 5.3
After running startjvm no there python command is working now
>>> import jpype
>>> from jpype import *
>>> import os
>>>
>>> a = ['cat', 'window', 'defenestrate'] print a
['cat', 'window', 'defenestrate']
>>> print a
['cat', 'window', 'defenestrate']
>>> print a
['cat', 'window', 'defenestrate']
>>> os.chdir(r"C:\Program Files\Java\jdk1.6.0_21\jre\bin\client")
>>> startJVM('jvm.dll')
>>> print a
File "<stdin>", line 1
print a
^
SyntaxError: invalid syntax
>>> print a
File "<stdin>", line 1
print a
^
SyntaxError: invalid syntax
>>>
####################################################################
I want stable build version of Python and jpype where its working fine...