Running spyder 2.2.5 on Mavericks. Every time I start Spyder I get a file 
.temp2.py open in the editor. It tells me 

# -*- 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'

How can I get rid of .temp.py and not have an error when I start up spyder?

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to