From: Roland W. <re...@bu...> - 2020-02-12 13:57:26
|
New submission from Roland Walter <rol...@gm...>: OS: RHEL 7, openSUSE 15.1 Java 1.8.0 I created a snapshot installer build on 2020-02-05. I used that to install jython in /usr/local/jython2.7.2b3-rwalter20200205. Calling jython as root works. Calling jython as user roland fails with Exception in thread "main" Exception: org.python.core.PyException thrown from the UncaughtExceptionHandler in thread "main" A workaround is to remove all *$py.class files from the Lib directory of the jython installation. This error was not there in snapshot builds before 2020-01-20. ---------- components: Core messages: 12986 nosy: r_walter severity: normal status: open title: Jython fails on Linux for normal user when installed by root versions: Jython 2.7.3 _______________________________________ Jython tracker <re...@bu...> <https://bugs.jython.org/issue2862> _______________________________________ |