1
终端开放时的Python怪异
当我打开终端时,我看到以下内容: Last login: Wed Feb 8 18:30:05 on ttys029 Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/handlers.py", line 75, in emit self.doRollover() File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/handlers.py", line 132, in doRollover os.rename(self.baseFilename, dfn) OSError: [Errno 2] No such file or directory Error in atexit._run_exitfuncs: Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/atexit.py", line 24, in …
2
python