March 13, 2004
5:12 p.m.
On Sat, 13 Mar 2004, Bob Ippolito wrote:
Could you guys and girls running on OSX find out what is the most robust way to determine that Python is either of Apple or Fink one? May be sys.version should be used instead of sys.executable for that?
I guess it should be changed to os.path.realpath(sys.executable).startswith('/System')
Thanks! It's in CVS now. Pearu