|
|
What steps will reproduce the problem?
1. invoke pysmell in vim;
2a. unsave file, and quit vim;
2b. save file, and quit vim;
What is the expected output? What do you see instead?
i got:
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/usr/lib/python2.5/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/usr/lib/python2.5/logging/__init__.py", line 1354, in shutdown
h.flush()
File "/usr/lib/python2.5/logging/__init__.py", line 731, in flush
self.stream.flush()
AttributeError: flush
Error in sys.exitfunc:
Traceback (most recent call last):
File "/usr/lib/python2.5/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/usr/lib/python2.5/logging/__init__.py", line 1354, in shutdown
h.flush()
File "/usr/lib/python2.5/logging/__init__.py", line 731, in flush
self.stream.flush()
AttributeError: flush
What version of the product are you using? On what operating system?
I use pysmell-0.7. My box is ubuntu 8.10, vim is installed default, version
number is 7.1.314.
|