I found the reason: Spyder 2.1 is not compatible with Pylint 1.0 Executing: sudo pip install pylint==0.27
solved the problem. Uwe On Saturday, August 10, 2013 7:21:53 PM UTC+2, ufechner wrote: > > Hello, > > I am using Spyder 2.2.1 on Ubuntu 12.04, 64 bits. > > I installed spyder and pylint with pip: > > sudo pip install -U spyder > sudo pip install pylint > > Pylint is working from the command line, but not from > inside Spyder. > > If I press F8 the only message I get is: > "The source code has not been rated yet." > > No result is shown, but also no error message, not in the > internal console and not on the command line. > > Any idea how to debug or fix this problem? > > Best regards: > > Uwe Fechner > -- 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/groups/opt_out.
