[spyder] Re: Spyder3 - QTConsole errors with every command entered

2017-06-09 Thread 'Paul Kendrick' via spyder
Hi, I am having a similar problem I created a 32 bit python environment in anaconda, on windows 7 (64bit) and what ever command I enter in the ipython window I get the following (though code executes fine) Any thoughts? Thanks! Paul >>> Traceback (most recent call last): File

Re: [spyder] Re: Spyder3 - QTConsole errors with every command entered

2017-01-07 Thread ShF
Great :) Thanks! On Saturday, January 7, 2017 at 7:35:21 PM UTC+2, Carlos Córdoba wrote: > > We'll fix this for Spyder 3.1. > > > Cheers, > Carlos > > El 07/01/17 a las 10:04, ShF escribió: > > Hi Carlos, > > I just encountered the same error on Spyder 3.0.2 :( > Win10 64bit, an environment of

Re: [spyder] Re: Spyder3 - QTConsole errors with every command entered

2017-01-07 Thread Carlos Córdoba
We'll fix this for Spyder 3.1. Cheers, Carlos El 07/01/17 a las 10:04, ShF escribió: Hi Carlos, I just encountered the same error on Spyder 3.0.2 :( Win10 64bit, an environment of Miniconda 2 with Python 2.7.13. The error: | Traceback(most recent call last):

Re: [spyder] Re: Spyder3 - QTConsole errors with every command entered

2017-01-07 Thread ShF
Hi Carlos, I just encountered the same error on Spyder 3.0.2 :( Win10 64bit, an environment of Miniconda 2 with Python 2.7.13. The error: Traceback (most recent call last): File "C:\Miniconda2\envs\default_py2\lib\site-packages\qtconsole\base_frontend_mixin.py" , line 163, in _dispatch

Re: [spyder] Re: Spyder3 - QTConsole errors with every command entered

2016-10-20 Thread Carlos Córdoba
Ok, I don't understand how this error is generated but we can fix it by inserting the line that gives the error in a try/except block. I'll do that for 3.0.2, to be released next week :-) Cheers, Carlos El 20/10/16 a las 01:19, Jack escribió: sorry, python 2 Carlos Córdoba於 2016年10月20日星期四

Re: [spyder] Re: Spyder3 - QTConsole errors with every command entered

2016-10-20 Thread Jack
sorry, python 2 Carlos Córdoba於 2016年10月20日星期四 UTC+8上午10時00分49秒寫道: > > Are you using Python 2 or 3? > > El 19/10/16 a las 20:05, Jack escribió: > > I got the similar issue in Spyder 3.0.0 and even Spyder 3.0.1 after run > the following code > > import sys > reload(sys) > > The error code in

Re: [spyder] Re: Spyder3 - QTConsole errors with every command entered

2016-10-19 Thread Carlos Córdoba
Are you using Python 2 or 3? El 19/10/16 a las 20:05, Jack escribió: I got the similar issue in Spyder 3.0.0 and even Spyder 3.0.1 after run the following code import sys reload(sys) The error code in internal console are as follows >>> Traceback (most recent call last): File

[spyder] Re: Spyder3 - QTConsole errors with every command entered

2016-10-19 Thread Jack
I got the similar issue in Spyder 3.0.0 and even Spyder 3.0.1 after run the following code import sys reload(sys) The error code in internal console are as follows >>> Traceback (most recent call last): File "C:\Anaconda\lib\site-packages\qtconsole\base_frontend_mixin.py", line 163, in

[spyder] Re: Spyder3 - QTConsole errors with every command entered

2016-10-17 Thread silentquasar
Edit: This is a consistent issue on both of my machines--not just the one as I had originally said. -Randy On Monday, October 17, 2016 at 12:56:49 PM UTC-7, silentquasar wrote: > > Hi, > > I just created a new Python 3.4 Anaconda environment from Miniconda 2. > (Win 7 64-bit). > > I fired up

Re: [spyder] Re: Spyder3 - QTConsole errors with every command entered

2016-10-17 Thread Carlos Córdoba
Hi, This error will be fixed in Spyder 3.0.1, to be released later today or tomorrow :-) Cheers, Carlos El 17/10/16 a las 14:58, silentquasar escribió: I should note that the command successfully executes, in spite of the error. -Randy -- You received this message because you are