Message10208

Author stefan.richthofer
Recipients stefan.richthofer
Date 2015-09-02.23:03:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441234996.85.0.974666627229.issue2388@psf.upfronthosting.co.za>
In-reply-to
Content
On my system jython.exe crashes with the following message:

D:\workspace\eclipseWorkspace\jython>dist\bin\jython.exe
Traceback (most recent call last):
  File "<string>", line 444, in <module>
  File "<string>", line 435, in main
  File "Z:\jythondev\jython27\src\shell\build\jython\out00-PYZ.pyz\subprocess",
line 522, in call
  File "Z:\jythondev\jython27\src\shell\build\jython\out00-PYZ.pyz\subprocess",
line 710, in __init__
  File "Z:\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

D:\workspace\eclipseWorkspace\jython>

"Das System kann die angegebene Datei nicht finden" is "System cannot find the declared file" in english. Any hints on this? Maybe it is not a bug, in this case view this as issue-discussion.
Note that there is no CPython installed on that system, but that shouldn't cause problems, should it? Maybe it cannot find MSVCRT.dll or something?
History
Date User Action Args
2015-09-02 23:03:16stefan.richthofersetrecipients: + stefan.richthofer
2015-09-02 23:03:16stefan.richthofersetmessageid: <1441234996.85.0.974666627229.issue2388@psf.upfronthosting.co.za>
2015-09-02 23:03:16stefan.richthoferlinkissue2388 messages
2015-09-02 23:03:16stefan.richthofercreate