[spyder] Re: [ANN] Spyder 3.2.7 is released!

2018-02-25 Thread Big Stone
Dear Spyder team, Thanks a lot for this new stable release. When shall we expect 4.0 beta1 ? On Sunday, February 25, 2018 at 5:34:58 PM UTC+1, Carlos Córdoba wrote: > > Hi all, > > On the behalf of the Spyder Project Contributors > , I

[spyder] Re: Can't start spyder gui

2017-05-29 Thread Big Stone
if it's on Python standard edition, you shall install PyQt5: pip install PyQt5 Indeed SPyder can work with different Qt Packages, so doesn't install one via "pip" by default. On Monday, May 29, 2017 at 4:29:15 PM UTC+2, Dion Ricky wrote: > > I have installed spyder using *pip install spyder* o

[spyder] Re: Trying to import pygame into Spyder

2017-02-19 Thread Big Stone
maybe try: - get latest pygame-1.9.3 - download the simplest example aacircle.py (at https://bitbucket.org/pygame/pygame/src look in examples) (or https://bitbucket.org/pygame/pygame/raw/407caa445ee033bfbcf5e9cc5c3961c0aa9db8f4/examples/aacircle.py) - configure spyder to execute in a dedicated

[spyder] Re: spyder screen is blank

2017-02-07 Thread Big Stone
Even simpler: delete .spyder3\temp.py file. If it does the trick, I'm still not sure what the problem is. On Tuesday, February 7, 2017 at 7:46:01 PM UTC+1, Big Stone wrote: > > anyway, you may just try to blank that file, or write it in your own > windows default encoding.

[spyder] Re: spyder screen is blank

2017-02-07 Thread Big Stone
anyway, you may just try to blank that file, or write it in your own windows default encoding. On Tuesday, February 7, 2017 at 7:44:03 PM UTC+1, Big Stone wrote: > > hum, > > in French, the ".spyder3\temp.py" contains: > # -*- coding: utf-8 -*- > """ &

[spyder] Re: spyder screen is blank

2017-02-07 Thread Big Stone
hum, in French, the ".spyder3\temp.py" contains: # -*- coding: utf-8 -*- """ *É*diteur de Spyder Ceci est un script temporaire. """ ==> One character is not universal ascii, and maybe spyder (or whatever) didn't consider it was utf-8 ? On Monday, February 6, 2017 at 11:08:53 AM UTC+1, mlsprtc w

[spyder] Re: [ANN] Spyder 3.0.2 is released!

2016-11-21 Thread Big Stone
Great work, thanks a lot ! On Monday, November 21, 2016 at 12:23:39 AM UTC+1, Carlos Córdoba wrote: > > Hi all, > > On the behalf of the Spyder Project Contributors ( > https://github.com/spyder-ide/spyder/graphs/contributors), I’m pleased to > announce that Spyder 3.0.2 has been released and is

[spyder] Re: Update Spyder in WinPython installation while keeping config

2016-07-29 Thread Big Stone
Hi, you may try copy/paste your existing Winpython directory in anither directory, and do the experiment on the "copy". on the copy, you may try this - launch "WinPython Command Prompt.exe" - type in the command line the following for a Spyder3 version: pip uninstall spyder pip install --pre s

[spyder] Re: [ANN] Spyder 3.0 fourth public beta release

2016-07-24 Thread Big Stone
Hi all, As a complement, here is the link to Carlos Cordoba presentation of Spyder 3.0 made at Scipy 2016 https://www.youtube.com/watch?v=5boKDo1C144 ​ > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop r

[spyder] Re: Matplotlib not working in Spyder IPython but works in Spyder console

2016-05-19 Thread Big Stone
I'm running on Spyder dev and Qt5, so maybe it doesn't apply for you. On Thursday, May 19, 2016 at 7:16:09 PM UTC+2, Big Stone wrote: > > or a > %matplotlib qt > or a > %matplotlib qt5 > > depending of your taste > > On Thursday, May 19, 2016 at 7:14:23 P

[spyder] Re: Matplotlib not working in Spyder IPython but works in Spyder console

2016-05-19 Thread Big Stone
or a %matplotlib qt or a %matplotlib qt5 depending of your taste On Thursday, May 19, 2016 at 7:14:23 PM UTC+2, Big Stone wrote: > > maybe add first in your notebook a > > %matplotlib inline > > > On Tuesday, May 17, 2016 at 9:50:46 PM UTC+2, Chet Seligman wrote: >>

[spyder] Re: Matplotlib not working in Spyder IPython but works in Spyder console

2016-05-19 Thread Big Stone
maybe add first in your notebook a %matplotlib inline On Tuesday, May 17, 2016 at 9:50:46 PM UTC+2, Chet Seligman wrote: > > Python 3.5.1 |Anaconda 2.5.0 (64-bit) > > The attached script works well and plots when used in the Spyder console > But when used with Spyder IPython 4.0.3 the plot hang

[spyder] PyQt 5.6 / Spyder 3.0dev / Windows 7

2016-04-30 Thread Big Stone
hi, Did anyone try this combination with a success yet ? -- 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 spyderlib+unsubscr...@googlegroups.com. To post to this group

[spyder] Re: Installing packages using Spyder and Windows

2015-11-23 Thread Big Stone
Did you try the following: - download the basemap wheel from http://www.lfd.uci.edu/~gohlke/pythonlibs/#basemap basemap‑1.0.8‑cp27‑none‑win32.whl or basemap‑1.0.8‑cp27‑none‑win_amd64.whl - then launch the "WinPython Control Panel.exe" - select your downloaded wheel and click "install" -- You r

[spyder] Re: problems with speed

2015-10-10 Thread Big Stone
I can't reproduce as I have no (r"...MatlabStruct.mat") There are some fix relative to speed in more recent spyder releases, you may try to upgrade to 2.3.7: https://github.com/spyder-ide/spyder/issues/2560 -- You received this message because you are subscribed to the Google Groups "spyder" g

[spyder] Re: problems with speed

2015-10-10 Thread Big Stone
hi Gers, It would be helpfulle you specify your environnement and a small test scripts: - Operating System = ? - Python Version = ? - Numpy Version = ? - Spyder Version = ? - (and now the small example that doesn't work as expected) -- You received this message because you are subscribed to the

[spyder] Re: [ANN] Spyder 2.3.7 is released!

2015-10-05 Thread Big Stone
hi Carlos, do you recommand falling back to Jedi 0.8 or just tot On Monday, October 5, 2015 at 2:48:31 AM UTC+2, Carlos Córdoba wrote: > > Hi all, > > On the behalf of Spyder’s development team ( > > https://github.com/spyder-ide/spyder/

[spyder] Re: [ANN] Spyder 2.3.7 is released!

2015-10-05 Thread Big Stone
hi Carlos, do you recommand falling back to Jedi 0.8 or just totally droping it ? On Monday, October 5, 2015 at 2:48:31 AM UTC+2, Carlos Córdoba wrote: > > Hi all, > > On the behalf of Spyder’s development team ( > > https://github.com/s

[spyder] Re: Ipython Console will not start without internet

2015-10-01 Thread Big Stone
retrying from a blank install, I get this: "(Spyder updates) Unable to connect to the internet click " So: - on this version this annoying default of Spyder was maybe not yet disab

[spyder] Re: Ipython Console will not start without internet

2015-10-01 Thread Big Stone
Hi John, I don't have this behaviour on my machine. Could you redo the experiment on another PC than the one you tested with that issue ? -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from i

[spyder] Re: Pandas doesn't work correctly in Spyder

2015-09-15 Thread Big Stone
on winpython 3.4 / Spyder 2.3.6 : >>> import pandas as pd >>> p=pd.DataFrame(data=range(10)) Traceback (most recent call last): File "", line 1, in File "D:\WinPython\basedir34\build\winpython-3.4.3.amd64\python-3.4.3.amd64\lib\site-packages\pandas\core\frame.py", line 302, in __init__

[spyder] Re: dealing with big .py files in editor

2015-08-29 Thread Big Stone
this is clearly a bug: Syntax-highlighting and code-introspection should disable themselves if a line exceed characters. (which is already way of 10 times 80) -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and sto

Re: [spyder] Spyder crashes at launch: "python.exe has stopped working"

2015-08-28 Thread Big Stone
other suggestions: - some in your directory path could create troubles, - try changing one or the two parameters "distribution" and "python version": . Anaconda / python 3.4 . Winpython / python 2.7 . Winpython / python 3.4 Some issues on windows can be better handled: - by Python 3 t

Re: [spyder] Re: [ANN] Spyder 2.3.6 is released!

2015-08-25 Thread Big Stone
On winpython/windows/mingwpy/python3.4, the pip install spyder fails in the sphynx documentation building part. For sure the underlying bug is no spyder's fault, but providing a wheel workarounds it nicely. -- You received this message because you are subscribed to the Google Groups "spyder"

[spyder] Re: [ANN] Spyder 2.3.6 is released!

2015-08-25 Thread Big Stone
no wheel no joy (on Windows / Python 3.4 / pip install) > ​ >> > -- 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 spyderlib+unsubscr...@googlegroups.com. To post to th

Re: [spyder] Problem on running Spyder 3.0.0b1 on Windows 7

2015-08-07 Thread Big Stone
see https://github.com/spyder-ide/spyder/issues/2566 you may: - uninstall Babel 2.0 - install Babel 1.3 -- 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 spyderlib+u

[spyder] Re: spyder on raspberry pi 2

2015-05-11 Thread Big Stone
I forgot to specify: I need a Python3 spyder. Apparently raspbian is python2, but ubuntu mate 15.04 is python3. -- 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 spyde

[spyder] spyder on raspberry pi 2

2015-05-11 Thread Big Stone
Hi all, Does anyone tried to run Spyder in a Raspberry Pi 2 yet ? If so, can you share your procedure and feelings about the result ? -- 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,

[spyder] Re: Veusz plotting integration

2015-04-20 Thread Big Stone
Do you intend to be PyQt5 compatible ? -- 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 spyderlib+unsubscr...@googlegroups.com. To post to this group, send email to spy

Re: [spyder] Re: Error after upgrading, encoding issue....

2015-02-11 Thread Big Stone
Hi Carlos, Have you a new estimate of Spyder 2.3.3 release date ? -- 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 spyderlib+unsubscr...@googlegroups.com. To post to t

[spyder] Re: Spyder defaults, widgets, plugins and Anaconda

2015-02-01 Thread Big Stone
Hi, Showing too much enthousiasm only for "Anaconda" may tie Spyder good fortune even more to Continuum IO than it is today. On Tuesday, January 27, 2015 at 11:10:41 PM UTC+1, Gonzalo Peña-Castellanos wrote: > > Hi again users and devs :) > > Now looks is not everything and I wanted to also

Re: [spyder] code-completion

2015-01-29 Thread Big Stone
Hi Carlos, If you finally switch to Jedi : - do we need to have rope ? - don't we need to change the setup line ? requires=["rope (>=0.9.2)", "sphinx (>=0.6.0)", "PyQt4 (>=4.4)"], -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscrib

Re: [spyder] Re: spyder 2.3.0.dev5 has problems to launch an IPython console (on win32)

2013-08-19 Thread big stone
so I restore first the original "consol_widget.py", right ? 2013/8/19 big stone > Hi, > > Here also, It seems to be much more stable. > I can't trigger the bug, even trying more dangerous actions like opening > several qt consoles. > > > > > > 20

Re: [spyder] Re: spyder 2.3.0.dev5 has problems to launch an IPython console (on win32)

2013-08-19 Thread big stone
>>> distribution installed on a fresh Win7 Pro 64bit VM. >>> >>> So far my conclusion is that python.exe crashes when calling >>> IPythonWidget's contructor (when object is instantiated) which is not good >>> news as this widget is from IPython.

Re: [spyder] Re: spyder 2.3.0.dev5 has problems to launch an IPython console (on win32)

2013-08-19 Thread big stone
In between, since a few days I'm looking at py3k and windows bugs on IPython github (recently solved or not). I thought this one was perhaps my problem : https://github.com/ipython/ipython/issues/3400 2013/8/19 big stone > Hello Pierre, > > I just tried and it changed nothing,

Re: [spyder] Re: spyder 2.3.0.dev5 has problems to launch an IPython console (on win32)

2013-08-19 Thread big stone
Hello Pierre, I just tried and it changed nothing, (and the debug vs 2010 asked me a service pack, that I'm currently installing). But first : - I had 2 success, by starting a ipython qt console, then closing spyder (and not the ipython console) - then it failed when I , if I did note well the cha