On Thursday, January 19, 2012 5:19:49 AM UTC-7, bgbg.bg wrote: > > Did this work for you out-of-box? I have Spyder 2.1.7 and Ipython 0.12 on > WinXP and still can't make it work > > On Wed, Jan 18, 2012 at 8:09 PM, matt <[email protected]> wrote: > >> I am using the Qtconsole plugin inside Spyder for .12 and .13dev, it >> looks pretty good. The inline plots are snazzy. >> >> I've been experimenting with it a little, and here's my experience so far using Python 2.7.2, Spyder 2.1.7, IPython 0.12 on Windows 7.
Under PyQt4 4.8.5: I can successfully launch an IPython *interpreter* using the menu command "Interpreters...Open IPython interpreter", but of course this produces the standard warning in the IPython interpreter itself, saying "Warning: Spyder does not support GUI interactions with IPython >=v0.11 on Windows platforms (only IPython v0.10 is fully supported)." This is functioning as designed at the moment, so no concerns here. I can launch a new IPython *kernel* using the menu command "Interpreters...Start a new IPython kernel". The kernel itself appears to start, but the associated frontend plugin fails to launch. I get a traceback in Spyder's internal console that ends with "ValueError: API 'QString' has already been set to version 1". Under PySide 1.1.0: IPython *interpreter* launch produces the same results as with PyQt4. IPython *kernel* launch is successful, and the frontend plugin is also successful. Everything works fine, inline plotting works, etc. I think Issue 805 is tracking this problem: http://code.google.com/p/spyderlib/issues/detail?id=805 -- You received this message because you are subscribed to the Google Groups "spyder" group. To view this discussion on the web visit https://groups.google.com/d/msg/spyderlib/-/zJOxGLzBEd4J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
