Skip to content

RemoteApplications does not work with Jython 2.5.1 unless RemoteApplications$py.class file is removed #38

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

Closed
GoogleCodeExporter opened this issue Apr 6, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

In case Jython 2.5.1 is used, importing library fails with message

Test Library 'RemoteApplications$py' expected 1 argument, got 0.


Problem comes from fact that __file__ contains path to the .py file at
first run and to the $py.class file at the following executions with Jython
2.5.1. With Jython 2.2 the __file__ contains always .py file.

Fixed in r862.

Original issue reported on code.google.com by [email protected] on 18 Feb 2010 at 10:19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant