Message12234

Author k870611
Recipients jeff.allen, k870611
Date 2019-01-01.03:42:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546314176.48.0.445938362758.issue2726@roundup.psfhosted.org>
In-reply-to
Content
Yes, like what you say, it contain non-ascii word in cmd.exe /C ver and sys.getSystemVersionString()

C:\Users\Huang>cmd.exe /C ver

Microsoft Windows [版本 10.0.17134.472]

C:\Users\Huang>jython
Jython 2.7.1 (default:0df7adb1b397, Jun 30 2017, 19:02:43)
[Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)] on java1.8.0_162
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.getSystemVersionString()
u'Microsoft Windows [\u7248\u672c 10.0.17134.472]'
>>>


and it is where the problem cause (I guess). And I believe it will be solved soon.

BTW, I have the another problem when I build the java-2.7.2.a1 (by ant-1.9.13, GitHub \jython-master\maven), does I missing any file ?

BUILD FAILED
C:\Jython\jython-828c41688a52\maven\build.xml:63: The following error occurred while executing this line:
C:\Jython\jython-828c41688a52\maven\build.xml:129: The following error occurred while executing this line:
C:\Jython\jython-828c41688a52\maven\build.xml:166: Execute failed: java.io.IOException: Cannot run program "gpg" (in directory "C:\Jython\jython-828c41688a52"): CreateProcess error=2, 系統找不到指定的檔案。
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
        at java.lang.Runtime.exec(Runtime.java:620)
        at org.apache.tools.ant.taskdefs.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:58)
        at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:426)
        at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:440)
History
Date User Action Args
2019-01-01 03:42:56k870611setmessageid: <1546314176.48.0.445938362758.issue2726@roundup.psfhosted.org>
2019-01-01 03:42:56k870611setrecipients: + k870611, jeff.allen
2019-01-01 03:42:56k870611linkissue2726 messages
2019-01-01 03:42:56k870611create