This might be a problem with the now bundled Jython 2.7.2 ... but currently I do not have a solution for you, because the 2.0.5 cannot be run with an external Jython.
So you have to stay with the 2.0.4 in the moment. When you are willing to run a test, I will provide you a 2.0.5 artefact without Jython, so it will be loaded from Extensions (like with 2.0.4). -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to SikuliX. https://bugs.launchpad.net/bugs/1919163 Title: [2.0.5] JDBC on windows doesn't work Status in SikuliX: New Bug description: Using sqlite-jdbc-3.34.0.jar in 2.0.5 results in the following error in the line: from com.ziclix.python.sql import zxJDBC .............\sikulix\scripts\sqlite.sikuli\sqlite.py:64: RuntimeWarning: PyTableCode.call caught a Throwable that is not an Exception: java.lang.ExceptionInInitializerError Jython internals might be in a bad state now that can cause deadlocks later on. See http://bugs.jython.org/issue2536 for details. from com.ziclix.python.sql import zxJDBC [error] script [ cgssqlite ] stopped with error in line 64 [error] java.lang.ExceptionInInitializerError ( java.lang.ExceptionInInitializerError ) [error] --- Traceback --- error source first line: module ( function ) statement 64: main ( <module> ) from com.ziclix.python.sql import zxJDBC [error] --- Traceback --- end -------------- It works fine in 2.0.4. Win 10 64 bit. sqlite-jdbc-3.34.0.jar is in the folder .....AppData\Roaming\Sikulix\Extensions To manage notifications about this bug go to: https://bugs.launchpad.net/sikuli/+bug/1919163/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

