What could I have done that will give me this error when I hit command-R for compiling latex:
"python: execv: /Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/Python: No such file or directory"
[my earlier post went to another thread — sorry about that]
On Aug 25, 2007, at 7:44 PM, Clover wrote:
What could I have done that will give me this error when I hit command-R for compiling latex:
"python: execv: /Library/Frameworks/Python.framework/Versions/2.5/ Resources/Python.app/Contents/MacOS/Python: No such file or directory"
It sounds like there is some problem with your setup for python. The command runs a python script that starts with the line:
#!/usr/bin/env python2.3
This means it should explicitly look for and use python2.3. In your case, it seems to be doing something weird. Have you messed with the python installation in any way? Hopefully Brad, or someone else more knowledgeable with Python, might be able to help us here.
Haris Skiadas Department of Mathematics and Computer Science Hanover College
Charilaos Skiadas wrote:
On Aug 25, 2007, at 7:44 PM, Clover wrote:
What could I have done that will give me this error when I hit command-R for compiling latex:
"python: execv: /Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/Python: No such file or directory"
It sounds like there is some problem with your setup for python. The command runs a python script that starts with the line:
#!/usr/bin/env python2.3
This means it should explicitly look for and use python2.3. In your case, it seems to be doing something weird. Have you messed with the python installation in any way? Hopefully Brad, or someone else more knowledgeable with Python, might be able to help us here.
Haris Skiadas Department of Mathematics and Computer Science Hanover College
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
I don't think that I did anything bad with the Python setup, not intentionally anyway. Where do I look for some solutions?
On 25 Aug 2007, at 21:15, Charilaos Skiadas wrote:
On Aug 25, 2007, at 7:44 PM, Clover wrote:
What could I have done that will give me this error when I hit command-R for compiling latex:
"python: execv: /Library/Frameworks/Python.framework/Versions/2.5/ Resources/Python.app/Contents/MacOS/Python: No such file or directory"
It sounds like there is some problem with your setup for python. The command runs a python script that starts with the line:
#!/usr/bin/env python2.3
This means it should explicitly look for and use python2.3. In your case, it seems to be doing something weird. Have you messed with the python installation in any way? Hopefully Brad, or someone else more knowledgeable with Python, might be able to help us here.
What if he is using the latex bundle that comes with TextMate, rather than the newer one from svn? As near as I can tell, its texMate.py starts with:
#!/usr/bin/env python
If the script was assuming a python2.3 installation, and he had some newer python (for whatever reason), could this lead to his error?
Kevin Horton Ottawa, Canada
What could I have done that will give me this error when I hit command-R for compiling latex:
"python: execv: /Library/Frameworks/Python.framework/Versions/2.5/ Resources/Python.app/Contents/MacOS/Python: No such file or directory"
It sounds like there is some problem with your setup for python. The command runs a python script that starts with the line:
#!/usr/bin/env python2.3
This means it should explicitly look for and use python2.3. In your case, it seems to be doing something weird. Have you messed with the python installation in any way? Hopefully Brad, or someone else more knowledgeable with Python, might be able to help us here.
What if he is using the latex bundle that comes with TextMate, rather than the newer one from svn? As near as I can tell, its texMate.py starts with:
#!/usr/bin/env python
If the script was assuming a python2.3 installation, and he had some newer python (for whatever reason), could this lead to his error?
Well, problem is that the shell is looking for a more recent version of python which doesn't exist any longer on its system. What do the following commands return in a shell?
which python ls -l (previous result) which python2.3 ls -l (previous result)
Édouard
On 8/25/07, Charilaos Skiadas cskiadas@gmail.com wrote:
On Aug 25, 2007, at 7:44 PM, Clover wrote:
What could I have done that will give me this error when I hit command-R for compiling latex:
"python: execv: /Library/Frameworks/Python.framework/Versions/2.5/ Resources/Python.app/Contents/MacOS/Python: No such file or directory"
It sounds like there is some problem with your setup for python. The command runs a python script that starts with the line:
#!/usr/bin/env python2.3
That should be #!/usr/bin/env python I inadvertently left the 2.3 on there since I need to force 2.3 to make sure it works with the version of python that is shipped with the OS. I use 2.5for my daily work. I just checked in a change that removes the 2.3
This means it should explicitly look for and use python2.3. In your case, it seems to be doing something weird. Have you messed with the python installation in any way? Hopefully Brad, or someone else more knowledgeable with Python, might be able to help us here.
I don't think OP is using the the bundle from svn since it was looking for python2.5. There is definitely something very nonstandard about the OP's setup since it is looking for the Python inside the .app bundle.
I would like to see the output from the suggestion by Edouard.
Haris Skiadas
Department of Mathematics and Computer Science Hanover College
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Brad Miller wrote:
On 8/25/07, *Charilaos Skiadas* <cskiadas@gmail.com mailto:cskiadas@gmail.com> wrote:
On Aug 25, 2007, at 7:44 PM, Clover wrote: > What could I have done that will give me this error when I hit > command-R for compiling latex: > > "python: execv: /Library/Frameworks/Python.framework/Versions/2.5/ > Resources/Python.app/Contents/MacOS/Python: No such file or directory" It sounds like there is some problem with your setup for python. The command runs a python script that starts with the line: #!/usr/bin/env python2.3
That should be #!/usr/bin/env python I inadvertently left the 2.3 on there since I need to force 2.3 to make sure it works with the version of python that is shipped with the OS. I use 2.5 for my daily work. I just checked in a change that removes the 2.3
This means it should explicitly look for and use python2.3. In your case, it seems to be doing something weird. Have you messed with the python installation in any way? Hopefully Brad, or someone else more knowledgeable with Python, might be able to help us here.
I don't think OP is using the the bundle from svn since it was looking for python2.5. There is definitely something very nonstandard about the OP's setup since it is looking for the Python inside the .app bundle.
I would like to see the output from the suggestion by Edouard.
Haris Skiadas Department of Mathematics and Computer Science Hanover College ______________________________________________________________________ For new threads USE THIS: textmate@lists.macromates.com <mailto:textmate@lists.macromates.com> (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate <http://lists.macromates.com/mailman/listinfo/textmate>
-- Brad Miller Assistant Professor, Computer Science Luther College
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Thanks a lot guys. But I had to do a clean installation last night.