|
From: Kevin B. <kev...@bi...> - 2001-11-14 06:44:25
|
One update per week, pretty slow. :-( OK, I've incorporated environ.py into javaos.py (CVS 2.8). I've attached the modified file and a registry w/ a descriptive comment Since the last post, I made the following changes: - enable based on registry settings - remove chdir (made os.chdir throw OSError) - added subthread to read stderror (one line of code - gosh I love Python *grin*) - get os.name from System properties instead of registry I also changed the javapath import to be "import javapath as path" because jython supports that form now... Feedback welcome kb |