You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 18 Feb 2010 at 10:19The text was updated successfully, but these errors were encountered: