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?