java.lang.RuntimeException: java.lang.RuntimeException: java.io.IOException: /System/Library/Frameworks/Python.framework/Versions/2.3/Resources/PythonLauncher.app: cannot execute
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
- Expert tip
You might be using the wrong way to add commands to the command line. Try using commandDownloader.add("command");
Solutions on the web
via pydev by mattp52
, 1 year agovia pydev by raichea
, 1 year agovia pydev by doughellmann
, 1 year agovia pydev by nobody
, 1 year agovia pydev by nobody
, 1 year agojava.io.IOException: /System/Library/Frameworks/Python.framework/Versions/2.3/Resources/PythonLauncher.app: cannot execute
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.
(UNIXProcess.java:54) at java.lang.Runtime.execInternal(Native Method)
at java.lang.Runtime.exec(Runtime.java:566)
at java.lang.Runtime.exec(Runtime.java:428)
at org.python.pydev.runners.SimplePythonRunner.runAndGetOutput(SimplePythonRunner.java:118)
at org.python.pydev.runners.SimplePythonRunner.runAndGetOutputWithInterpreter(SimplePythonRunner.java:94)
at org.python.pydev.ui.interpreters.PythonInterpreterManager.doCreateInterpreterInfo(PythonInterpreterManager.java:60)
at org.python.pydev.ui.interpreters.PythonInterpreterManager.createInterpreterInfo(PythonInterpreterManager.java:42)
at org.python.pydev.ui.interpreters.AbstractInterpreterManager.getInterpreterInfo(AbstractInterpreterManager.java:154)
at org.python.pydev.ui.interpreters.AbstractInterpreterManager.addInterpreter(AbstractInterpreterManager.java:194)
at org.python.pydev.ui.pythonpathconf.AbstractInterpreterEditor$Operation.run(AbstractInterpreterEditor.java:683)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)