Hi Carlos, rope and pyflakes are included in WinPython but, in that case, they were uninstalled accidently: https://groups.google.com/group/winpython/t/f83f9e02c03b3780
However, may I remind that rope is a recommended module for Spyder, not a required module (https://code.google.com/p/spyderlib/source/browse/README). In other words, those error messages should not be taken care of: https://code.google.com/p/spyderlib/issues/detail?id=1353 Cheers, -Pierre 2013/4/10 Carlos Córdoba <[email protected]> > I'm glad you figured it out by yourself. Rope is a fundamental piece for > the Editor: it gives code completion and object introspection, as you > already noticed. > > I'm a bit curious though: doesn't WinPython come with it? It'll be strange > if not. > > Cheers, > Carlos > > El 10/04/13 04:07, Christian Münker escribió: > > 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. > > > > > -- > 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. > > > -- 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.
