This is the netizen ecloud.
The Mac OSX Sub-Forum in the chinaunix community was published at, September 23,. The following is an excerpt. At last, I corrected a small correction and the command line:
If you upgrade from earlier version 10.5 to the latest version 10.5.7
The Python version will jump from 2.3 to 2.5
Most cases are normal, but there is a link error.
Code: Macmini :~ Zachary $ CD/system/library/frameworks/python. framework/versions/2.3 <br/> macmini: 2.3 Zachary $ ls <br/> coderesources extras Python resources lib <br/> macmini: 2.3 Zachary $ LS-L <br/> total 3896 <br/>-RW-r -- 1 root wheel 1499 May 31 2008 coderesources <br/> lrwxr-XR-x 1 root wheel 13 Jan 14 20:37 extras-> .. /2.4/extras <br/>-rwxr-XR-x 1 root wheel 1984208 May 31 2008 python <br/> drwxr-XR-x 5 root wheel 170 May 31 2008 resources <br/> drwxr-XR-x 3 root wheel 102 May 31 2008 lib
Although the current link has already pointed to the 2.5 directory, it is afraid that the Dead-Eye program is to find the 2.3 path, and then it is pointed to the nonexistent 2.4 path.
It's easy to change.
Code: Macmini: 2.3 Zachary $ sudo ln-Fs .. /2.5/extras <br/> password: <br/> macmini: 2.3 Zachary $ LS-L <br/> total 3896 <br/>-RW-r -- 1 root wheel 1499 May 31 2008 coderesources <br/> lrwxr-XR-x 1 root wheel 13 May 23 extras-> .. /2.5/extras <br/>-rwxr-XR-x 1 root wheel 1984208 May 31 2008 python <br/> drwxr-XR-x 5 root wheel 170 May 31 2008 resources <br/> drwxr-XR-x 3 root wheel 102 May 31 2008 libMy reply:
My 10.5.6 also has this problem.
Code: CD/system/library/frameworks/python. Framework/versions/2.3 <br/> sudo ln-Fs ../2.5/extras