[reportlab-users] Status update on Java support

Dinu Gherman reportlab-users@reportlab.com
Mon, 9 Sep 2002 11:25:16 +0200


Robin Becker:

> ./docs/genAll.py ./docs/userguide/ch1_intro.py also use chdir as well.

1. Is ./docs/* meant to be imported by anybody *using* the RLTK?
2. genAll.py isn't called from the test suite under Jython!
3. ch1_intro.py uses it once in a descriptive paragraph:

disc("""
Please note that we are still testing ReportLab toolkit under Jython.
At the moment, it seems that most of ReportLab toolkit features work
under Jython. However, things that need OS specific features, like
os.chdir() will not work, because they're not supported by Java.
[...]
""")

Dinu