The jython ebuild does not compile the .java files installed in /usr/share/jython/Lib/jxxload_help, making "import jreload" fail. Simply compiling those files with "javac -source 1.4 -classpath ../../lib/jython.jar" fixes the problem. Reproducible: Always Steps to Reproduce: 1.emerge jython 2.start jython 3.import jreload Actual Results: Jython 2.1 on java1.4.2_10 (JIT: null) Type "copyright", "credits" or "license" for more information. >>> import jreload Traceback (innermost last): File "<console>", line 1, in ? File "/usr/share/jython/Lib/jreload.py", line 17, in ? AttributeError: java package 'jxxload_help' has no attribute 'JavaLoaderFactory' >>>
Fixed in CVS in jython-2.1-r11, thanks for reporting!