Message13038

Author jeff.allen
Recipients jeff.allen, rad164
Date 2020-04-25.06:14:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587795289.28.0.974566758701.issue2872@roundup.psfhosted.org>
In-reply-to
Content
I confirm I can reproduce this using the standalone JAR, thanks.

It imported correctly with the jython command as:

jython -m mymodule.main

except that that the __file__ attribute of main is not set. It seems to  be finding it by an unorthodox route (__pyclasspath__). So I think it is a general problem, albeit masked in the command-line form,
History
Date User Action Args
2020-04-25 06:14:49jeff.allensetmessageid: <1587795289.28.0.974566758701.issue2872@roundup.psfhosted.org>
2020-04-25 06:14:49jeff.allensetrecipients: + jeff.allen, rad164
2020-04-25 06:14:49jeff.allenlinkissue2872 messages
2020-04-25 06:14:49jeff.allencreate