Closed kurtraschke closed 9 years ago
Use zxJDBC and the SQLite JDBC driver (which must be on the CLASSPATH) if available in order to support Jython, which lacks native SQLite. Fixes google/transitfeed#245.
CLASSPATH
This also requires Jython >= 2.7b4, which adds the webbrowser module.
webbrowser
Use zxJDBC and the SQLite JDBC driver (which must be on the
CLASSPATH
) if available in order to support Jython, which lacks native SQLite. Fixes google/transitfeed#245.This also requires Jython >= 2.7b4, which adds the
webbrowser
module.