From: SourceForge.net <no...@so...> - 2006-06-05 19:41:09
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3763947 By: nobody I have the same problem with Pydev 1.0.6 and 1.0.8 using Eclipse 3.1 on Mac OS X 10.4.6 with eclipse 3.1 (Version: 3.1.2, Build id: M20060118-1600) ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-06-05 19:42:35
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3763951 By: nobody Also I checked that it's definitely not a symbolic link that I'm selecting. This is for Jython and Python. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-06-05 19:45:47
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3763955 By: fabioz Pydev creates a log when setting the interpreter (in the error log)... can you paste it here? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-06-05 20:47:18
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3764029 By: nobody Session Data: eclipse.buildId=M20060118-1600 java.version=1.5.0_06 java.vendor=Apple Computer, Inc. BootLoader constants: OS=macosx, ARCH=ppc, WS=carbon, NL=en_US Framework arguments: -keyring /Users/jfn/.eclipse_keyring -showlocation Command-line arguments: -os macosx -ws carbon -arch ppc -keyring /Users/jfn/.eclipse_keyring -consoleLog -showlocation Message: Information about process of adding new interpreter:- Opening dialog to request executable (or jar). - Chosen interpreter file:'/opt/local/Library/Frameworks/Python.framework/Versions/2.4/bin/python2.4 - Ok, file is non-null. Getting info on:/opt/local/Library/Frameworks/Python.framework/Versions/2.4/bin/python2.4 - Beggining task:Getting libs totalWork:100 - Setting task name:Mounting executable string... - Setting task name:Executing: /opt/local/Library/Frameworks/Python.framework/Versions/2.4/bin/python2.4 -u "/Applications/EasyEclipse for Python.app/Contents/MacOS/plugins/org.python.pydev_1.0.6/PySrc/interpreterInfo.p y" - Setting task name:Making pythonpath environment... /opt/local/Library/Frameworks/Python.framework/Versions/2.4/bin/python2.4 -u "/Applications/EasyEclipse for Python.app/Contents/MacOS/plugins/org.python.pydev_1.0.6/PySrc/interpreterInfo.p y" - Setting task name:Making exec... /opt/local/Library/Frameworks/Python.framework/Versions/2.4/bin/python2.4 -u "/Applications/EasyEclipse for Python.app/Contents/MacOS/plugins/org.python.pydev_1.0.6/PySrc/interpreterInfo.p y" - Setting task name:Reading output... - Setting task name:Waiting for process to finish. Exception detected: java.lang.RuntimeException: No output was in the standard output when trying to create the interpreter info. The error output contains:>>/opt/local/Library/Frameworks/Python.framework/Versions/2.4/bin/python2.4: can't open file '"/Applications/EasyEclipse': [Errno 2] No such file or directory << - Some error happened while getting info on the interpreter: java.lang.RuntimeException: java.lang.RuntimeException: No output was in the standard output when trying to create the interpreter info. The error output contains:>>/opt/local/Library/Frameworks/Python.framework/Versions/2.4/bin/python2.4: can't open file '"/Applications/EasyEclipse': [Errno 2] No such file or directory << at org.python.pydev.ui.interpreters.AbstractInterpreterManager.getInterpreterInf o(AbstractInterpreterManager.java:159) at org.python.pydev.ui.interpreters.AbstractInterpreterManager.addInterpreter(Ab stractInterpreterManager.java:194) at org.python.pydev.ui.pythonpathconf.AbstractInterpreterEditor$Operation.run(Ab stractInterpreterEditor.java:683) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext. java:113) Caused by: java.lang.RuntimeException: No output was in the standard output when trying to create the interpreter info. The error output contains:>>/opt/local/Library/Frameworks/Python.framework/Versions/2.4/bin/python2.4: can't open file '"/Applications/EasyEclipse': [Errno 2] No such file or directory << at org.python.pydev.ui.interpreters.AbstractInterpreterManager.createInfoFromOut put(AbstractInterpreterManager.java:134) at org.python.pydev.ui.interpreters.PythonInterpreterManager.doCreateInterpreter Info(PythonInterpreterManager.java:61) at org.python.pydev.ui.interpreters.PythonInterpreterManager.createInterpreterIn fo(PythonInterpreterManager.java:42) at org.python.pydev.ui.interpreters.AbstractInterpreterManager.getInterpreterInf o(AbstractInterpreterManager.java:154) ... 3 more ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-06-05 22:58:39
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3764155 By: fabioz Ok, the error is happening because you have spaces in your install. If you install Eclipse in a path without spaces it should work. Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-06-06 00:21:27
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3764196 By: nobody I used the "EasyEclipse" distribution both for the Desktop and a distribution specifically for Python using pydev. The default path is of the type "/Applications/EasyEclipse\ for\ Python.app", so I imagine this is a recurring problem - at least for mac users... ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-06-06 00:27:34
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3764201 By: nobody I changed the path of my Eclipse distributon and it works marvellously again! :) ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-06-06 01:30:18
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3764226 By: fabioz Yeah, the main problem is that spaces are so platform dependent, and as I don't have a mac myself it is hard to know how each platform will need those parameters... You can report that as a bug, but still, there might be other situations where having it with spaces may be bad -- but, I'll go fixing it once at a time ;-) Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-06-06 01:37:26
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3764229 By: fabioz Actually...how would mac expect it? I know I'm surrounding it with " when the path has spaces... so, that's apparently not the way to go, but then, how would mac expect it? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-06-06 09:13:59
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3764519 By: nobody Well the situation is that the "EasyEclipse for Python For Python" (http://www.easyeclipse.org/site/distributions/python.html) distribution which is bundled with PyDev won't work on Macs as the default installation directory is "/Applications/EasyEclipse\ For\ Python.app/" Mac applications are bundled into special folders with the ".app" suffix. I'm afraid I don't fully understand it, as I normally live in a command-line environment for my own development. I think a workaround whereby Mac people are warned about not having spaces in their eclilpse distribution will be sufficient for the time being. Thanks! Joe Newman ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |