clj-python / libpython-clj

Python bindings for Clojure
Eclipse Public License 2.0
1.05k stars 68 forks source link

"python-executable = wrongPath" does not lead to an exception #192

Closed subes closed 2 years ago

subes commented 2 years ago

As discussed here: https://github.com/clj-python/libpython-clj/issues/191#issuecomment-1002154329 It might be of interest to look into why this code does not lead to an exception:

final Map<String, Object> initParams = new HashMap<>();
initParams.put("python-executable", "someWrongCommand");
libpython_clj2.java_api.initialize(initParams);
cnuernber commented 2 years ago

This should be fixed in latest version :-)

subes commented 2 years ago

Cool, was able to confirm in 2.006:

Can thus be closed.