# -*- coding: utf-8 -*-
"""
Spyder Editor
This temporary script file is located here:
/Users/rothrock/.spyder2/.temp.py
"""
I've gone in and renamed the file. If I close .temp.py before closing spyder and rename it using terminal then I get a new .temp.py generated when I open spyder. If I leave it open, quit spyder and then rename .temp.py I get an error the next time I open spyder:
Spyder 2.2.5 internal shell on Python 2.7.5 64bits [Darwin]
Inspect Spyder internals:
spy.app, spy.window, dir(spy)
>>> Traceback (most recent call last):
File "/Applications/Spyder.app/Contents/Resources/lib/python2.7/spyderlib/plugins/editor.py", line 505, in restore_scrollbar_position
self.get_current_editor().centerCursor()
AttributeError: 'NoneType' object has no attribute 'centerCursor'