Playing around with the new version a little more would have helped: I didn't have rope installed (as pointed out by spyder in the preferences), now the object inspector works from the editor as well and the error messages are gone too. My bad!
Regards, Christian Am Dienstag, 9. April 2013 20:00:28 UTC+2 schrieb Christian Münker: > > Well, ok, I also have two minor issues with the latest spyder version: > > I'm using WinPython 2.7.3.2 (freshly installed) under Win7 32 Bit and > spyder 2.2.0rc. > > Right after the start, my internal console is being cluttered with > repeated error messages like > > > spy.app, spy.window, dir(spy) > >>> Traceback (most recent call last): > File > "C:\WinPython-32bit-2.7.3.3\python-2.7.3\lib\site-packages\spyderlib\widgets\editor.py", > > line 317, in update_extension_modules > self.submods_thread.submods) > File > "C:\WinPython-32bit-2.7.3.3\python-2.7.3\lib\site-packages\spyderlib\widgets\sourcecode\codeeditor.py", > > line 115, in set_pref > self.project.prefs.set(key, value) > AttributeError: 'NoneType' object has no attribute 'prefs' > > and > > Traceback (most recent call last): > File > "C:\WinPython-32bit-2.7.3.3\python-2.7.3\lib\site-packages\spyderlib\plugins\ipythonconsole.py", > > line 567, in auto_refresh_namespacebrowser > if self.namespacebrowser.autorefresh: > AttributeError: 'NoneType' object has no attribute 'autorefresh' > > While this doesn't prevent me at all from working with python, it might > leave an "unfinished" impression. > > One thing I haven't found out so far is how to get the object inspector to > interact with the editor window - automatic import from the console and the > IPython console (yes!!!) works like a charm but I cannot switch the focus > between editor and the console as in version 2.1.3. > > Best regards, > > Christian > > > -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
