-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jython support broken #171
Comments
Any plans on fixing this? Again, I think it is extremely useful to use rpyc on the same machine to get CPython and Jython working together. |
Hi, should be fixed on current master. Sorry for the "slight" delay. If you're still using this package and experience any trouble, give me a shout-out. Thanks for pointing out the problem. Best, Thomas |
When using 3.4.2, I still see the original issue posted by ericfrederich. From the server: Exception in thread Thread-1:Traceback (most recent call last): Any ideas? Thanks! |
That's because the patch is only on master, not in the release so far. I'll create a new release tomorrow. Best, Thomas |
Ok, thanks! |
Done. Give me a call if you still have problems. |
I have confirmed that this is fixed in 3.4.3. Thanks! |
Thanks, I'm doing different things now and don't have an immediate need to use Java libraries from CPython. |
I guess now that this is fixed it would make sense to add other Python implementations (jython, pypy) to tox/travis or whatever is running the unit tests here. |
Since pull request #166 Jython support is broken.
Using rpyc to get two different Python implementations talking to each other is extremely useful.
The ability to use rpyc to call from CPython into Java libraries is awesome... It'd be great to get it working again.
Here is the server and client output.
The text was updated successfully, but these errors were encountered: