Message9755

Author r_walter
Recipients Each, fwierzbicki, r_walter, zyasoft
Date 2015-04-05.16:06:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428250012.42.0.376324948463.issue2297@psf.upfronthosting.co.za>
In-reply-to
Content
The installer works flawlessly but the result is still not usable. There seems to be something hardcoded in jython.exe that must not be. Here the output when just calling jython.exe:

C:\jython2.7rc2\bin>jython
Traceback (most recent call last):
  File "<string>", line 352, in <module>
  File "<string>", line 343, in main
  File "c:\jythondev\jython27\src\shell\build\jython\out00-PYZ.pyz\subprocess",
line 522, in call
  File "c:\jythondev\jython27\src\shell\build\jython\out00-PYZ.pyz\subprocess",
line 710, in __init__
  File "c:\jythondev\jython27\src\shell\build\jython\out00-PYZ.pyz\subprocess",
line 958, in _execute_child
WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
History
Date User Action Args
2015-04-05 16:06:52r_waltersetmessageid: <1428250012.42.0.376324948463.issue2297@psf.upfronthosting.co.za>
2015-04-05 16:06:52r_waltersetrecipients: + r_walter, fwierzbicki, zyasoft, Each
2015-04-05 16:06:52r_walterlinkissue2297 messages
2015-04-05 16:06:51r_waltercreate