Gianluca Finocchiaro
Results
2
issues of
Gianluca Finocchiaro
The link to http://jcommander.org/apidocs/ in Section [Javadocs](https://jcommander.org/#_javadocs) of the documentation is broken.
Running the example from the README: ```python from js2py.internals import seval seval.eval_js_vm(code) ``` I get the following error: ``` from space import Space ImportError: No module named 'space' ```