Re: [spyder] debugging kernel died error

2017-01-23 Thread Pieter Eendebak
gards, Pieter Eendebak Op maandag 23 januari 2017 21:55:45 UTC+1 schreef Carlos Córdoba: > > If you're running it several times, maybe it's eating your whole memory > and then crashes. > > El 23/01/17 a las 09:14, Pieter Eendebak escribió: > > No, it often crashes afte

Re: [spyder] debugging kernel died error

2017-01-23 Thread Pieter Eendebak
el die while you're running your computation? > Sorry but it's no clear from your message ;-) > > > Cheers, > Carlos > > El 23/01/17 a las 06:58, Pieter Eendebak escribió: > > With using Spyder I regularly get a 'Kernel died, restarting' message. How &g

[spyder] debugging kernel died error

2017-01-23 Thread Pieter Eendebak
With using Spyder I regularly get a 'Kernel died, restarting' message. How can I debug this properly? The script that gives me the error is quite complex and used different GUIs (matplotlib, pyqtgraph). The error occurs when working interactively (e.g. running the script directly from command l

Re: [spyder] spyder 3 kernel window

2016-12-02 Thread Pieter Eendebak
Hi Carlos, Here is another minimal example, that still does not work: import oapackage T=oapackage.conference_transformation_t() T.show() If I run this from the command line I get output, from the Spyder3 ipython console I get no output at all. With kind regards, Pieter Eendebak Note

Re: [spyder] spyder 3 kernel window

2016-11-20 Thread Pieter Eendebak
.1) > simplejson (3.8.2) > singledispatch (3.4.0.3) > six (1.10.0) > snowballstemmer (1.2.1) > Sphinx (1.4.5) > sphinx-rtd-theme (0.1.9) > spyder (3.0.0b4) > statsmodels (0.6.1) > stevedore (1.17.1) > subprocess32 (3.2.7) > tables (3.2.2) > tornado (4.4.2)

Re: [spyder] spyder 3 kernel window

2016-11-18 Thread Pieter Eendebak
. Could you post an example of > messages that are not shown in our IPython consoles in Spyder 3.0? > > > Thanks, > Carlos > > El 18/11/16 a las 05:59, Pieter Eendebak escribió: > > Hi all, > > In spyder2 there is for each ipython console window a correspondin

[spyder] spyder 3 kernel window

2016-11-18 Thread Pieter Eendebak
Hi all, In spyder2 there is for each ipython console window a corresponding kernel window. The kernel window shows different useful messages that are not printed in the ipython window. In spyder3 the kernel window is missing. Is there any way to get the same printed messages in spyder3? With k