Nate Jensen

Results 81 comments of Nate Jensen

Closing as fixed in Jep 4.1.0.

Closing as completed in Jep 4.1.0.

Does the jep script that starts the interactive interpreter work?

So what I think is happening (and I could be wrong), is similar what @bsteffensmeier mentioned, i.e. that libjep is found thanks to -Djava.library.path but libpython is not found (for...

@bsteffensmeier suggested, "I recommend finding the correct libpython, ensuring the architecture for that library matches the java architecture and then loading that library with System.load()." So try loading libpython with...

I'm wondering if the test package that is getting picked up is different than the test package you're expecting. Can you do `import test` and then print or get `test.__file__`...

Your screenshot shows it's looking for the Python library under XCode but you have it installed elsewhere. I'm not sure why it's looking in the wrong place. The relevant part...

#57 added the method `Jep.invoke(String methodName, Map kwargs)` and some variations of that. Are you asking if you could write Python code and call Java methods with keywords args? Like...

Thank you for the analysis. On the system in question we could change this particular import to not be a `from scipy import submodule` import, but ultimately that isn't a...

For future reference, my email to the scipy-dev mailing list is [here](https://mail.python.org/archives/list/[email protected]/thread/S3FNTVTDCU5YTIIJTKX726ZXQ6YEKKLX/). My post to the CPython discussion forum is [here](https://discuss.python.org/t/pep-562-module-getattr-and-dir-and-issue-with-sub-interpreters/31467/3).