On Wednesday, May 1, 2013 9:20:46 AM UTC+1, Pierre Raybaut wrote:
>
> Do you mean that Spyder crashes with IPython >= 1.0? 
>
> Then, for v2.2, we should handle a range of valid versions for 
> IPython: 0.12 <= valid version <= 0.13.2. 
>
> -Pierre 
>
> Le 1 mai 2013 à 01:26, Tim Michelsen <[email protected]<javascript:>> 
> a écrit : 
>
> >> Yep, up to 0.13.2. 
> > 
> >> El 30/04/13 16:46, Steve escribió: 
> >>> When you say ipython 0.13 does that include 0.13.1? 
> >>> 
> >>> On Tuesday, April 30, 2013 4:41:02 PM UTC-5, Timmie wrote: 
> >>> 
> >>>> It is the same, yeah. 
> >>>    So I need to downgrade IPython? 
> > what about a fall-back mode? 
> > so that apyder can start but would not use the ipython console, just the 
> > traditional one? 
> > 
>
>
Yep, the situation has gotten worse in that spyder will no longer start (at 
least the bootstrap script anyway):

C:\dev\code\spyderlib>bootstrap.py
Executing Spyder from source checkout
Revision 79a7f082e808+:2753+, Branch: default
01. Patched sys.path with C:\dev\code\spyderlib
02. No PySide detected, using PyQt4 if available
C:\dev\bin\Python27\lib\site-packages\pygments\plugin.py:39: UserWarning: 
Module argparse was already imported from 
C:\dev\bin\Python27\lib\argparse.pyc, but 
c:\dev\bin\python27\lib\site-packages is being added to sys.path
  import pkg_resources
C:\dev\bin\Python27\lib\site-packages\pygments\plugin.py:39: UserWarning: 
Module rope was already imported from 
C:\dev\code\spyderlib\rope\__init__.pyc, but 
c:\dev\bin\python27\lib\site-packages is being added to sys.path
  import pkg_resources
Traceback (most recent call last):
  File "C:\dev\code\spyderlib\bootstrap.py", line 77, in <module>
    from spyderlib import spyder
  File "C:\dev\code\spyderlib\spyderlib\spyder.py", line 108, in <module>
    from spyderlib.plugins.ipythonconsole import IPythonConsole
  File "C:\dev\code\spyderlib\spyderlib\plugins\ipythonconsole.py", line 
31, in <module>
    from IPython.frontend.qt.kernelmanager import QtKernelManager
ImportError: No module named kernelmanager

C:\dev\code\spyderlib>


Reverting ipython to 251778c7e4cd3bcdd90eaecf9fa554e4041bd6da will still 
work with spyder:

i.e. in the ipython repository enter at the command line:

git checkout 251778c7e4cd3bcdd90eaecf9fa554e4041bd6da
python setupegg.py develop


HTH,
Dave


 

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to