Re: [spyder] autocomplete in editor using actual python from the ipython console

2015-07-10 Thread Adrian Klaver
On 07/10/2015 10:24 AM, Tal Kaminker wrote: Hi, Today the autocomplete of the editor and of the console are different. the editor uses rope and the ipython console uses ipython. the ipython autocomplete is much more correct: for example writing: x = zeros(10) x+ will popup all the functionality o

[spyder] autocomplete in editor using actual python from the ipython console

2015-07-10 Thread Tal Kaminker
Hi, Today the autocomplete of the editor and of the console are different. the editor uses rope and the ipython console uses ipython. the ipython autocomplete is much more correct: for example writing: x = zeros(10) x+ will popup all the functionality of numpy array doing the same in the editor d

Re: [spyder] Pylint Not Working

2015-07-10 Thread Adrian Klaver
On 07/09/2015 06:52 PM, Robert Love wrote: On Thursday, July 9, 2015 at 8:02:26 AM UTC-5, Adrian Klaver wrote: First under Help --> Optional dependencies see what it shows for pylint. It says pylint 1.4.2 (OK) Static code analysis So Spyder thinks pylint is of correct version