From: Dinu G. <gh...@da...> - 2002-02-25 17:22:19
|
Hi, I'm just starting to use Jython on OS X and run into several problems, obne of them being this: [localhost:~] dinu% jython Jython 2.1 on java1.3.1 (JIT: null) Type "copyright", "credits" or "license" for more information. >>> import os >>> os.chdir('..') Traceback (innermost last): File "<console>", line 1, in ? File "/Applications/Additions/Jython-2.1/Lib/javaos.py", line 56, in chdir OSError: [Errno 0] chdir not supported in Java: .. >>> Any ideas? Thanks, Dinu |