Todd Krause <bobtodd <at> math.utexas.edu> writes: > cd /sw/bin > sudo ln -s python2.3 python > > but I hesitate to tinker around in /sw unless someone can tell me that's > a good way to go about it).
I doubt this will solve your problem, since your code seems to call python2.3 explicitly. Beside, a python symlink that point on the most recent python version you have should already exist in /sw/bin. I would suggest to grep for a "#!/usr/bin/env python2.3" line in your code, and replace it by "!#/usr/bin/env python". Sébastien ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
