Re: [spyder] GTK auto-completition not working as expected

2015-03-02 Thread Carlos Córdoba
Hi, You don't need to do anything special, other than installing Jedi for the right Python version (i.e. if you're working with Python 2, python-jedi, else python3-jedi). You can verify that Spyder is detecting Jedi by going to the menu Help Optional dependencies and verifying that

Re: [spyder] GTK auto-completition not working as expected

2015-03-02 Thread Jaleks
Am Montag, 2. März 2015 22:18:00 UTC+1 schrieb Carlos Córdoba: Hi, First, a bit of context: completion in the Editor and the Python/IPython consoles are handled in very different ways. The reason is that we can't evaluate the code users are developing in the Editor to get completions

Re: [spyder] GTK auto-completition not working as expected

2015-03-02 Thread Jaleks
Am Montag, 2. März 2015 23:05:59 UTC+1 schrieb Adrian Klaver: On 03/02/2015 01:46 PM, Jaleks wrote: Am Montag, 2. März 2015 22:18:00 UTC+1 schrieb Carlos Córdoba: Hi, First, a bit of context: completion in the Editor and the Python/IPython consoles are handled in

Re: [spyder] GTK auto-completition not working as expected

2015-03-02 Thread Adrian Klaver
On 03/02/2015 01:46 PM, Jaleks wrote: Am Montag, 2. März 2015 22:18:00 UTC+1 schrieb Carlos Córdoba: Hi, First, a bit of context: completion in the Editor and the Python/IPython consoles are handled in very different ways. The reason is that we can't evaluate the code users are developing

Re: [spyder] GTK auto-completition not working as expected

2015-03-02 Thread Jaleks
Am Montag, 2. März 2015 22:52:20 UTC+1 schrieb Carlos Córdoba: Hi, You don't need to do anything special, other than installing Jedi for the right Python version (i.e. if you're working with Python 2, python-jedi, else python3-jedi). You can verify that Spyder is detecting Jedi by

[spyder] Re: An offer to help with documentation

2015-03-02 Thread Gonzalo Peña-Castellanos
Hi Gene :) Thanks for your interest on helping improving the documentation, of course help is always appreciated :) Are you familiar with reStructuredText and / or markdown and tools for compilation of documentation (Sphinx/Mkdocs)? Cheers -- You received this message because you are

Re: [spyder] GTK auto-completition not working as expected

2015-03-02 Thread Jaleks
Am Montag, 2. März 2015 20:54:20 UTC+1 schrieb Adrian Klaver: On 03/02/2015 10:53 AM, Jaleks wrote: Am Montag, 2. März 2015 19:26:03 UTC+1 schrieb Adrian Klaver: On 03/02/2015 09:07 AM, Jaleks wrote: Am Montag, 2. März 2015 17:59:27 UTC+1 schrieb

Re: [spyder] GTK auto-completition not working as expected

2015-03-02 Thread Jaleks
Am Montag, 2. März 2015 21:38:12 UTC+1 schrieb Jaleks: Am Montag, 2. März 2015 20:54:20 UTC+1 schrieb Adrian Klaver: On 03/02/2015 10:53 AM, Jaleks wrote: Am Montag, 2. März 2015 19:26:03 UTC+1 schrieb Adrian Klaver: On 03/02/2015 09:07 AM, Jaleks wrote:

[spyder] GTK auto-completition not working as expected

2015-03-02 Thread google . 3 . gnufiz
Hi all, somehow I do not get the auto-completition of Spyder (2.3.1 out of current Debian Sid) working for GTK usage. Following code was taken (and modified) from the PyGtk tutorial: import pygtk pygtk.require('2.0') import gtk dialog = gtk.MessageDialog(type=gtk.MESSAGE_ERROR,

[spyder] Re: strip chart in Spyder

2015-03-02 Thread google . 3 . gnufiz
You may want to try out the animated strip chart demo of matplotlib: https://web.archive.org/web/20140629074059/http://matplotlib.org/examples/animation/strip_chart_demo.html -- You received this message because you are subscribed to the Google Groups spyder group. To unsubscribe from this

Re: [spyder] GTK auto-completition not working as expected

2015-03-02 Thread Adrian Klaver
On 03/02/2015 08:19 AM, google.3.gnu...@wronghead.com wrote: Hi all, somehow I do not get the auto-completition of Spyder (2.3.1 out of current Debian Sid) working for GTK usage. Following code was taken (and modified) from the PyGtk tutorial: which also made no difference (even after

Re: [spyder] GTK auto-completition not working as expected

2015-03-02 Thread Jaleks
Am Montag, 2. März 2015 17:59:27 UTC+1 schrieb Adrian Klaver: On 03/02/2015 08:19 AM, google@wronghead.com javascript: wrote: Hi all, somehow I do not get the auto-completion of Spyder (2.3.1 out of current Debian Sid) working for GTK usage. Following code was taken (and

Re: [spyder] GTK auto-completition not working as expected

2015-03-02 Thread Jaleks
Am Montag, 2. März 2015 19:26:03 UTC+1 schrieb Adrian Klaver: On 03/02/2015 09:07 AM, Jaleks wrote: Am Montag, 2. März 2015 17:59:27 UTC+1 schrieb Adrian Klaver: On 03/02/2015 08:19 AM, google@wronghead.com javascript: wrote: Hi all, somehow