Message673

Author langles
Recipients
Date 2002-06-29.23:52:13
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=375426

I was wondering the same thing, until I found this:

http://www.jython.org/cgi-bin/faqw.py?req=show&file=faq03.009.htp

"""
Jython FAQ Entry
3.9. The Jython's os module is missing some functions, why?

 Python's and Jython's os modules differ necessarily because
of differences Java imposes on natvie system access. For
example, Java does not have a chdir equivalent, so it does
not exist in Jython's os.

There is an alternative os module that does provide
additional functionality, and it is the jnios module found at:

http://sourceforge.net/projects/jnios

The jnios module replaces the default os module with a
Java/JNI implementation of Python's os and posix modules.
"""

I have no idea whether you can get jnios to work with a
modern jython 2.1, however.
History
Date User Action Args
2008-02-20 17:17:06adminlinkissue573784 messages
2008-02-20 17:17:06admincreate