Message9989
| Author |
zyasoft |
| Recipients |
adamburke, zyasoft |
| Date |
2015年04月29日.20:10:41 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1430338241.43.0.444027485355.issue2346@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Also impacts other operating systems, in this case OS X 10.10:
$ export JAVA_HOME=/foo
$ bin/jython
Traceback (most recent call last):
File "bin/jython", line 444, in <module>
main(sys.argv)
File "bin/jython", line 431, in main
os.execvp(command[0], command[1:])
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 346, in execvp
_execvpe(file, args)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 370, in _execvpe
func(file, *argrest)
OSError: [Errno 2] No such file or directory |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2015年04月29日 20:10:41 | zyasoft | set | messageid: <1430338241.43.0.444027485355.issue2346@psf.upfronthosting.co.za> |
| 2015年04月29日 20:10:41 | zyasoft | set | recipients:
+ zyasoft, adamburke |
| 2015年04月29日 20:10:41 | zyasoft | link | issue2346 messages |
| 2015年04月29日 20:10:41 | zyasoft | create |
|