Message1358

Author richieb
Recipients
Date 2006-12-04.22:12:53
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Jython 2.1 does not property detect Windows 2003 server. It defaults to "posix" and as a result os.system("som-command") does not work.

The fix is very simple. In "Lib/javaos.py" "Windows 2003" needs to be added as a string for matching OS type. Fixed file attached.

Jython 2.2 seems to work properly.
History
Date User Action Args
2008-02-20 17:17:37adminlinkissue1608811 messages
2008-02-20 17:17:37admincreate