The relevant part of the error message:
C:\Python27\lib\site-packages\jpype\_core.pyc in startJVM(jvm, *args)
42
43 def startJVM(jvm, *args) :
---> 44 _jpype.startup(jvm, tuple(args), True)
45 _jclass._initialize()
46 _jarray._initialize()
RuntimeError: Unable to load DLL [C:\Program Files\Java\jre7\bin\client\jvm.dll]
, error = A megadott modul nem talßlhatˇ.
at src/native/common/include\jp_platform_win32.h:58
The text "error = A megadott modul nem talßlhatˇ" means: error = the module is not found.
I have double-checked: C:\Program Files\Java\jre7\bin\client\jvm.dll is there.
Any help is appreciated to fix this.